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.
Loading...
Searching...
No Matches
biosParameterBlockExFat Struct Reference

#include <FsStructs.h>

Public Attributes

uint8_t mustBeZero [53]
 
uint8_t partitionOffset [8]
 
uint8_t volumeLength [8]
 
uint8_t fatOffset [4]
 
uint8_t fatLength [4]
 
uint8_t clusterHeapOffset [4]
 
uint8_t clusterCount [4]
 
uint8_t rootDirectoryCluster [4]
 
uint8_t volumeSerialNumber [4]
 
uint8_t fileSystemRevision [2]
 
uint8_t volumeFlags [2]
 
uint8_t bytesPerSectorShift
 
uint8_t sectorsPerClusterShift
 
uint8_t numberOfFats
 
uint8_t driveSelect
 
uint8_t percentInUse
 
uint8_t reserved [7]
 

Member Data Documentation

◆ bytesPerSectorShift

uint8_t biosParameterBlockExFat::bytesPerSectorShift

◆ clusterCount

uint8_t biosParameterBlockExFat::clusterCount[4]

◆ clusterHeapOffset

uint8_t biosParameterBlockExFat::clusterHeapOffset[4]

◆ driveSelect

uint8_t biosParameterBlockExFat::driveSelect

◆ fatLength

uint8_t biosParameterBlockExFat::fatLength[4]

◆ fatOffset

uint8_t biosParameterBlockExFat::fatOffset[4]

◆ fileSystemRevision

uint8_t biosParameterBlockExFat::fileSystemRevision[2]

◆ mustBeZero

uint8_t biosParameterBlockExFat::mustBeZero[53]

◆ numberOfFats

uint8_t biosParameterBlockExFat::numberOfFats

◆ partitionOffset

uint8_t biosParameterBlockExFat::partitionOffset[8]

◆ percentInUse

uint8_t biosParameterBlockExFat::percentInUse

◆ reserved

uint8_t biosParameterBlockExFat::reserved[7]

◆ rootDirectoryCluster

uint8_t biosParameterBlockExFat::rootDirectoryCluster[4]

◆ sectorsPerClusterShift

uint8_t biosParameterBlockExFat::sectorsPerClusterShift

◆ volumeFlags

uint8_t biosParameterBlockExFat::volumeFlags[2]

◆ volumeLength

uint8_t biosParameterBlockExFat::volumeLength[8]

◆ volumeSerialNumber

uint8_t biosParameterBlockExFat::volumeSerialNumber[4]

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