Repetier-Firmware  0.91
cache_t Union Reference

Cache for an SD data block. More...

#include <SdFat.h>

Data Fields

uint8_t data [512]
uint16_t fat16 [256]
uint32_t fat32 [128]
dir_t dir [16]
mbr_t mbr
fat_boot_t fbs
fat32_boot_t fbs32
fat32_fsinfo_t fsinfo

Detailed Description

Cache for an SD data block.


Field Documentation

uint8_t data[512]

Used to access cached file data blocks.

dir_t dir[16]

Used to access cached directory entries.

uint16_t fat16[256]

Used to access cached FAT16 entries.

uint32_t fat32[128]

Used to access cached FAT32 entries.

Used to access to a cached FAT boot sector.

Used to access to a cached FAT32 boot sector.

Used to access to a cached FAT32 FSINFO sector.

Used to access a cached Master Boot Record.


The documentation for this union was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Defines