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

#include <FsStructs.h>

Public Attributes

uint8_t jmpInstruction [3]
 
char oemName [8]
 
uint8_t bpb [109]
 
uint8_t bootCode [390]
 
uint8_t signature [2]
 

Member Data Documentation

◆ bootCode

uint8_t partitionBootSector::bootCode[390]

◆ bpb

uint8_t partitionBootSector::bpb[109]

◆ jmpInstruction

uint8_t partitionBootSector::jmpInstruction[3]

◆ oemName

char partitionBootSector::oemName[8]

◆ signature

uint8_t partitionBootSector::signature[2]

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