cache_t Union Reference

Cache for an SD data block. More...

#include <SdFat.h>

Collaboration diagram for cache_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

uint8_t  data [512]
uint16_t  fat16 [256]
uint32_t  fat32 [128]
dir_t  dir [16]
mbr_t  mbr
fbs_t  fbs

Detailed Description

Cache for an SD data block.


Member Data Documentation

uint8_t cache_t::data[512]

Used to access cached file data blocks.

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.

Used to access to a cached FAT boot sector.

Used to access a cached MasterBoot Record.


The documentation for this union was generated from the following file:
Generated on Wed Dec 23 08:22:21 2009 for SdFat by  doxygen 1.6.1