#include <fat.h>
Data Fields | |
| Bool | b_cache_file |
| Signal a cluster cache from file cluster list or directory cluster list. | |
| U8 | u8_level_use |
| Cache level, 0 for the last used and up to FS_NB_CACHE_CLUSLIST-1 for the old access (ignore if FS_NB_CACHE_CLUSLIST=1). | |
| U8 | u8_lun |
| LUN of cluster list. | |
| U32 | u32_cluster |
| First cluster of cluster list. | |
| U32 | u32_start |
| Start position in the cluster list (unit 512B). | |
| U32 | u32_addr |
| Address corresponding at the position "start" in cluster list. | |
| U32 | u32_size |
| Cluster list size. | |
Definition at line 332 of file fat.h.
1.5.3