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

#include <FsStructs.h>

Public Attributes

uint8_t jmpInstruction [3]
 
char oemName [8]
 
union { 
 
   uint8_t   bpb [109] 
 
   BpbFat16_t   bpb16 
 
   BpbFat32_t   bpb32 
 
bpb 
 
uint8_t bootCode [390]
 
uint8_t signature [2]
 

Member Data Documentation

◆ bootCode

uint8_t partitionBootSectorFat::bootCode[390]

◆ bpb [1/2]

uint8_t partitionBootSectorFat::bpb[109]

◆ [union] [2/2]

union { ... } partitionBootSectorFat::bpb

◆ bpb16

BpbFat16_t partitionBootSectorFat::bpb16

◆ bpb32

BpbFat32_t partitionBootSectorFat::bpb32

◆ jmpInstruction

uint8_t partitionBootSectorFat::jmpInstruction[3]

◆ oemName

char partitionBootSectorFat::oemName[8]

◆ signature

uint8_t partitionBootSectorFat::signature[2]

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