#include <fat.h>
Data Fields | |
u_int16 | IS_FAT_32 |
u_int32 | fatStart |
u_int32 | rootStart |
u_int32 | dataStart |
u_int32 | currentSector |
u_int32 | fileSize |
u_int16 | fatSectorsPerCluster |
u_int16 | BPB_RootEntCnt |
u_int16 | FilSysType |
s_int32 | totSize |
u_int16 | fileName [6] |
u_int16 | gFileNum [2] |
s_int32 | filePos |
s_int32 | parentDir |
const u_int32 * | supportedSuffixes |
u_int16 | longFileName [FAT_LFN_SIZE/2] |
Definition at line 44 of file fat.h.
|
|
|
Sector in minifatBuffer |
|
File Allocation Table start |
|
|
|
Fat start sector number |
|
Current file name |
|
Current file byte read position |
|
Current file size |
|
"\p21" for FAT12 |
|
File number counters |
|
FAT32 or FAT16/FAT12 |
|
Long filename, if exists |
|
Parent directory start sector |
|
Root director start |
|
NULL or list of supported suffixes. |
|
Total sectors |