Jackson Lv / utility

Dependents:   SD

Embed: (wiki syntax)

« Back to documentation index

cache_t Union Reference

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

uint8_t data[512]

Used to access cached file data blocks.

Definition at line 410 of file SdFat.h.

dir_t dir[16]

Used to access cached directory entries.

Definition at line 416 of file SdFat.h.

uint16_t fat16[256]

Used to access cached FAT16 entries.

Definition at line 412 of file SdFat.h.

uint32_t fat32[128]

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.