Searched defs:fat_dir_entry (Results 1 – 1 of 1) sorted by relevance
105 struct fat_dir_entry { struct106 char name[11];107 uint8_t attr;108 uint8_t lcase;109 uint8_t c_time_tenth;110 uint16_t c_time;111 uint16_t c_date;112 uint16_t a_date;113 uint16_t first_cluster_high;114 uint16_t w_time;[all …]