utility
cache_t Union Reference
Cache for an SD data block. More...
#include <SdFat.h>
Data Fields | |
| uint8_t | data [512] |
| Used to access cached file data blocks. | |
| uint16_t | fat16 [256] |
| Used to access cached FAT16 entries. | |
| uint32_t | fat32 [128] |
| Used to access cached FAT32 entries. | |
| dir_t | dir [16] |
| Used to access cached directory entries. | |
| mbr_t | mbr |
| Used to access a cached MasterBoot Record. | |
| fbs_t | fbs |
| Used to access to a cached FAT boot sector. | |
Detailed Description
Cache for an SD data block.
Definition at line 408 of file SdFat.h.
Field Documentation
Generated on Thu Jul 14 2022 02:07:54 by
1.7.2