#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.
For FAT32, the root directory is a cluster list.
Definition at line 258 of file fat.h.
Referenced by fat_cluster_list(), and fat_mount().
Offset between the beginning of FAT and the beginning of root dir (unit 512B).
Definition at line 261 of file fat.h.
Referenced by fat_cluster_list(), and fat_mount().
Size of root (unit 512B).
Definition at line 262 of file fat.h.
Referenced by fat_cluster_list(), and fat_mount().
struct { ... } Fs_rootdir::seg |
For FAT 12 & 16, it is a segment (no cluster list).
Referenced by fat_cluster_list(), and fat_mount().