#include <fat.h>
Data Fields | |
U8 | u8_lun |
LUN of sector. | |
U32 | u32_addr |
Sector address (unit 512B). | |
U8 | u8_dirty |
Cache status if the sector is a sector from a cluster list THEN. | |
U32 | u32_clusterlist_start |
first cluster of cluster list | |
U32 | u32_clusterlist_pos |
position in cluster list (unit 512B) |
Definition at line 344 of file fat.h.
LUN of sector.
Definition at line 345 of file fat.h.
Referenced by fat_cache_flush(), fat_cache_read_sector(), fat_cache_reset(), fat_check_device(), fat_read_dir(), and fat_read_file().
Sector address (unit 512B).
Definition at line 346 of file fat.h.
Referenced by fat_cache_flush(), and fat_cache_read_sector().
Cache status if the sector is a sector from a cluster list THEN.
Definition at line 347 of file fat.h.
Referenced by fat_cache_flush(), and fat_cache_reset().
first cluster of cluster list
Definition at line 349 of file fat.h.
Referenced by fat_cache_reset(), fat_read_dir(), and fat_read_file().
position in cluster list (unit 512B)
Definition at line 350 of file fat.h.
Referenced by fat_read_dir(), and fat_read_file().