#include <fat.h>
Data Fields | |
| U32 | u32_cluster |
| For FAT32, the root directory is a cluster list. | |
| struct { | |
| U16 u16_pos | |
| Offset between the beginning of FAT and the beginning of root dir (unit 512B). | |
| U16 u16_size | |
| Size of root (unit 512B). | |
| } | seg |
| For FAT 12 & 16, it is a segment (no cluster list). | |
Definition at line 256 of file fat.h.
| struct { ... } Fs_rootdir::seg |
For FAT 12 & 16, it is a segment (no cluster list).
1.5.3