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

#include <FsStructs.h>

Public Attributes

uint8_t type
 
uint8_t reserved1 [3]
 
uint8_t checksum [4]
 
uint8_t reserved2 [12]
 
uint8_t firstCluster [4]
 
uint8_t size [8]
 

Member Data Documentation

◆ checksum

uint8_t DirUpcase_t::checksum[4]

◆ firstCluster

uint8_t DirUpcase_t::firstCluster[4]

◆ reserved1

uint8_t DirUpcase_t::reserved1[3]

◆ reserved2

uint8_t DirUpcase_t::reserved2[12]

◆ size

uint8_t DirUpcase_t::size[8]

◆ type

uint8_t DirUpcase_t::type

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