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

#include <FsStructs.h>

Public Attributes

uint8_t boot
 
uint8_t beginCHS [3]
 
uint8_t type
 
uint8_t endCHS [3]
 
uint8_t relativeSectors [4]
 
uint8_t totalSectors [4]
 

Member Data Documentation

◆ beginCHS

uint8_t mbrPartition::beginCHS[3]

◆ boot

uint8_t mbrPartition::boot

◆ endCHS

uint8_t mbrPartition::endCHS[3]

◆ relativeSectors

uint8_t mbrPartition::relativeSectors[4]

◆ totalSectors

uint8_t mbrPartition::totalSectors[4]

◆ type

uint8_t mbrPartition::type

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