Parsed FAT16 filesystem layout and parameters. More...
#include <fileio.h>
Parsed FAT16 filesystem layout and parameters.
Populated after mounting the FAT16 partition.
Definition at line 114 of file fileio.h.
Bytes per sector
Definition at line 120 of file fileio.h.
LBA start of data region
Definition at line 117 of file fileio.h.
LBA start of FAT tables
Definition at line 115 of file fileio.h.
Number of FAT tables
Definition at line 122 of file fileio.h.
Reserved sectors count
Definition at line 125 of file fileio.h.
LBA start of root directory
Definition at line 116 of file fileio.h.
Max root entries
Definition at line 119 of file fileio.h.
Sectors per cluster
Definition at line 121 of file fileio.h.
Sectors per FAT
Definition at line 123 of file fileio.h.
Total data clusters
Definition at line 128 of file fileio.h.
Total sectors (16-bit)
Definition at line 126 of file fileio.h.
Total sectors (32-bit)
Definition at line 127 of file fileio.h.