Structure to store cluster information.
#include <fat.h>
Data Fields | |
uint32_t | u32_pos |
cluster position More... | |
uint32_t | u32_val |
cluster value More... | |
uint32_t st_fs_cluster::u32_pos |
cluster position
Referenced by fat_cache_clusterlist_update_read(), fat_cache_clusterlist_update_start(), fat_cluster_list(), fat_cluster_val(), fat_getfreespace(), and fat_getfreespace_percent().
uint32_t st_fs_cluster::u32_val |
cluster value
Referenced by fat_checkcluster(), fat_cluster_list(), fat_cluster_readnext(), fat_cluster_val(), and fat_getfreespace().