Prusa MINI Firmware overview
|
Cache for an SD data block. More...
#include <SdVolume.h>
Public Attributes | |
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 |
Cache for an SD data block.
Arduino SdFat Library Copyright (c) 2009 by William Greiman
This file is part of the Arduino Sd2Card Library
uint8_t cache_t::data[512] |
uint16_t cache_t::fat16[256] |
uint32_t cache_t::fat32[128] |
dir_t cache_t::dir[16] |
mbr_t cache_t::mbr |
fat_boot_t cache_t::fbs |
fat32_boot_t cache_t::fbs32 |
fat32_fsinfo_t cache_t::fsinfo |