COSA
An Object-Oriented Platform for Arduino Programming
FAT16::cache16_t Union Reference

#include <FAT16.hh>

Collaboration diagram for FAT16::cache16_t:
Collaboration graph

Public Attributes

uint8_t data [512]
 
fat_t fat [256]
 
dir_t dir [16]
 
mbr_t mbr
 
fbs_t fbs
 

Detailed Description

Definition at line 465 of file FAT16.hh.

Member Data Documentation

uint8_t FAT16::cache16_t::data[512]

Used to access cached file data blocks.

Definition at line 467 of file FAT16.hh.

dir_t FAT16::cache16_t::dir[16]

Used to access cached directory entries.

Definition at line 471 of file FAT16.hh.

fat_t FAT16::cache16_t::fat[256]

Used to access cached FAT entries.

Definition at line 469 of file FAT16.hh.

fbs_t FAT16::cache16_t::fbs

Used to access to a cached FAT16 boot sector.

Definition at line 475 of file FAT16.hh.

mbr_t FAT16::cache16_t::mbr

Used to access a cached Master Boot Record.

Definition at line 473 of file FAT16.hh.


The documentation for this union was generated from the following file: