Cache for an SD data block.
More...
#include <SdFat.h>
List of all members.
Public Attributes |
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.
Member Data Documentation
Used to access cached file data blocks.
Definition at line 410 of file SdFat.h.
Used to access cached directory entries.
Definition at line 416 of file SdFat.h.
Used to access cached FAT16 entries.
Definition at line 412 of file SdFat.h.
Used to access cached FAT32 entries.
Definition at line 414 of file SdFat.h.
Used to access to a cached FAT boot sector.
Definition at line 420 of file SdFat.h.
Used to access a cached MasterBoot Record.
Definition at line 418 of file SdFat.h.
The documentation for this union was generated from the following file:
- D:/DRISSI/arduino-0022/arduino-0022/libraries/SD/utility/SdFat.h