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
biosParameterBlockFat32 Struct Reference

#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]
 

Member Data Documentation

◆ bytesPerSector

uint8_t biosParameterBlockFat32::bytesPerSector[2]

◆ extReserved

uint8_t biosParameterBlockFat32::extReserved

◆ extSignature

uint8_t biosParameterBlockFat32::extSignature

◆ fat32BackBootSector

uint8_t biosParameterBlockFat32::fat32BackBootSector[2]

◆ fat32Flags

uint8_t biosParameterBlockFat32::fat32Flags[2]

◆ fat32FSInfoSector

uint8_t biosParameterBlockFat32::fat32FSInfoSector[2]

◆ fat32Reserved

uint8_t biosParameterBlockFat32::fat32Reserved[12]

◆ fat32RootCluster

uint8_t biosParameterBlockFat32::fat32RootCluster[4]

◆ fat32Version

uint8_t biosParameterBlockFat32::fat32Version[2]

◆ fatCount

uint8_t biosParameterBlockFat32::fatCount

◆ headCount

uint8_t biosParameterBlockFat32::headCount[2]

◆ hidddenSectors

uint8_t biosParameterBlockFat32::hidddenSectors[4]

◆ mediaType

uint8_t biosParameterBlockFat32::mediaType

◆ physicalDriveNumber

uint8_t biosParameterBlockFat32::physicalDriveNumber

◆ reservedSectorCount

uint8_t biosParameterBlockFat32::reservedSectorCount[2]

◆ rootDirEntryCount

uint8_t biosParameterBlockFat32::rootDirEntryCount[2]

◆ sectorsPerCluster

uint8_t biosParameterBlockFat32::sectorsPerCluster

◆ sectorsPerFat16

uint8_t biosParameterBlockFat32::sectorsPerFat16[2]

◆ sectorsPerFat32

uint8_t biosParameterBlockFat32::sectorsPerFat32[4]

◆ sectorsPerTrtack

uint8_t biosParameterBlockFat32::sectorsPerTrtack[2]

◆ totalSectors16

uint8_t biosParameterBlockFat32::totalSectors16[2]

◆ totalSectors32

uint8_t biosParameterBlockFat32::totalSectors32[4]

◆ volumeLabel

uint8_t biosParameterBlockFat32::volumeLabel[11]

◆ volumeSerialNumber

uint8_t biosParameterBlockFat32::volumeSerialNumber[4]

◆ volumeType

uint8_t biosParameterBlockFat32::volumeType[8]

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