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
biosParameterBlockFat16 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 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 biosParameterBlockFat16::bytesPerSector[2]

◆ extReserved

uint8_t biosParameterBlockFat16::extReserved

◆ extSignature

uint8_t biosParameterBlockFat16::extSignature

◆ fatCount

uint8_t biosParameterBlockFat16::fatCount

◆ headCount

uint8_t biosParameterBlockFat16::headCount[2]

◆ hidddenSectors

uint8_t biosParameterBlockFat16::hidddenSectors[4]

◆ mediaType

uint8_t biosParameterBlockFat16::mediaType

◆ physicalDriveNumber

uint8_t biosParameterBlockFat16::physicalDriveNumber

◆ reservedSectorCount

uint8_t biosParameterBlockFat16::reservedSectorCount[2]

◆ rootDirEntryCount

uint8_t biosParameterBlockFat16::rootDirEntryCount[2]

◆ sectorsPerCluster

uint8_t biosParameterBlockFat16::sectorsPerCluster

◆ sectorsPerFat16

uint8_t biosParameterBlockFat16::sectorsPerFat16[2]

◆ sectorsPerTrtack

uint8_t biosParameterBlockFat16::sectorsPerTrtack[2]

◆ totalSectors16

uint8_t biosParameterBlockFat16::totalSectors16[2]

◆ totalSectors32

uint8_t biosParameterBlockFat16::totalSectors32[4]

◆ volumeLabel

uint8_t biosParameterBlockFat16::volumeLabel[11]

◆ volumeSerialNumber

uint8_t biosParameterBlockFat16::volumeSerialNumber[4]

◆ volumeType

uint8_t biosParameterBlockFat16::volumeType[8]

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