Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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