SdFs
|
Cache for an raw data sector. More...
#include <FatPartition.h>
Public Attributes | |
uint8_t | data [512] |
dir_t | dir [16] |
uint16_t | fat16 [256] |
uint32_t | fat32 [128] |
Cache for an raw data sector.
uint8_t cache_t::data[512] |
Used to access cached file data sectors.
dir_t cache_t::dir[16] |
Used to access cached directory entries.
uint16_t cache_t::fat16[256] |
Used to access cached FAT16 entries.
uint32_t cache_t::fat32[128] |
Used to access cached FAT32 entries.