![]() |
Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
|
#include <FsStructs.h>
Public Attributes | |
| uint8_t | bytesPerSector [2] |
| uint8_t | sectorsPerCluster |
| uint8_t | reservedSectorCount [2] |
| uint8_t | fatCount |
| uint8_t | rootDirEntryCount [2] |
| uint8_t | totalSectors16 [2] |
| uint8_t | mediaType |
| uint8_t | sectorsPerFat16 [2] |
| uint8_t | sectorsPerTrtack [2] |
| uint8_t | headCount [2] |
| uint8_t | hidddenSectors [4] |
| uint8_t | totalSectors32 [4] |
| uint8_t | sectorsPerFat32 [4] |
| uint8_t | fat32Flags [2] |
| uint8_t | fat32Version [2] |
| uint8_t | fat32RootCluster [4] |
| uint8_t | fat32FSInfoSector [2] |
| uint8_t | fat32BackBootSector [2] |
| uint8_t | fat32Reserved [12] |
| uint8_t | physicalDriveNumber |
| uint8_t | extReserved |
| uint8_t | extSignature |
| uint8_t | volumeSerialNumber [4] |
| uint8_t | volumeLabel [11] |
| uint8_t | volumeType [8] |
| uint8_t biosParameterBlockFat32::bytesPerSector[2] |
| uint8_t biosParameterBlockFat32::extReserved |
| uint8_t biosParameterBlockFat32::extSignature |
| uint8_t biosParameterBlockFat32::fat32BackBootSector[2] |
| uint8_t biosParameterBlockFat32::fat32Flags[2] |
| uint8_t biosParameterBlockFat32::fat32FSInfoSector[2] |
| uint8_t biosParameterBlockFat32::fat32Reserved[12] |
| uint8_t biosParameterBlockFat32::fat32RootCluster[4] |
| uint8_t biosParameterBlockFat32::fat32Version[2] |
| uint8_t biosParameterBlockFat32::fatCount |
| uint8_t biosParameterBlockFat32::headCount[2] |
| uint8_t biosParameterBlockFat32::hidddenSectors[4] |
| uint8_t biosParameterBlockFat32::mediaType |
| uint8_t biosParameterBlockFat32::physicalDriveNumber |
| uint8_t biosParameterBlockFat32::reservedSectorCount[2] |
| uint8_t biosParameterBlockFat32::rootDirEntryCount[2] |
| uint8_t biosParameterBlockFat32::sectorsPerCluster |
| uint8_t biosParameterBlockFat32::sectorsPerFat16[2] |
| uint8_t biosParameterBlockFat32::sectorsPerFat32[4] |
| uint8_t biosParameterBlockFat32::sectorsPerTrtack[2] |
| uint8_t biosParameterBlockFat32::totalSectors16[2] |
| uint8_t biosParameterBlockFat32::totalSectors32[4] |
| uint8_t biosParameterBlockFat32::volumeLabel[11] |
| uint8_t biosParameterBlockFat32::volumeSerialNumber[4] |
| uint8_t biosParameterBlockFat32::volumeType[8] |