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
ExFatFormatter.cpp File Reference

Variables

const uint32_t BOOT_BACKUP_OFFSET = 12
 
const uint16_t BYTES_PER_SECTOR = 512
 
const uint16_t SECTOR_MASK = BYTES_PER_SECTOR - 1
 
const uint8_t BYTES_PER_SECTOR_SHIFT = 9
 
const uint16_t MINIMUM_UPCASE_SKIP = 512
 
const uint32_t BITMAP_CLUSTER = 2
 
const uint32_t UPCASE_CLUSTER = 3
 
const uint32_t ROOT_CLUSTER = 4
 

Variable Documentation

◆ BITMAP_CLUSTER

const uint32_t BITMAP_CLUSTER = 2

◆ BOOT_BACKUP_OFFSET

const uint32_t BOOT_BACKUP_OFFSET = 12

◆ BYTES_PER_SECTOR

const uint16_t BYTES_PER_SECTOR = 512

◆ BYTES_PER_SECTOR_SHIFT

const uint8_t BYTES_PER_SECTOR_SHIFT = 9

◆ MINIMUM_UPCASE_SKIP

const uint16_t MINIMUM_UPCASE_SKIP = 512

◆ ROOT_CLUSTER

const uint32_t ROOT_CLUSTER = 4

◆ SECTOR_MASK

const uint16_t SECTOR_MASK = BYTES_PER_SECTOR - 1

◆ UPCASE_CLUSTER

const uint32_t UPCASE_CLUSTER = 3