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
upcase.h File Reference

Go to the source code of this file.

Functions

bool exFatCmpName (const DirName_t *unicode, const char *name, size_t offset, size_t n)
bool exFatCmpName (const DirName_t *unicode, const ExChar16_t *name, size_t offset, size_t n)
uint16_t exFatHashName (const char *name, size_t n, uint16_t hash)
uint16_t exFatHashName (const ExChar16_t *name, size_t n, uint16_t hash)
uint16_t toUpcase (uint16_t chr)
uint32_t upcaseChecksum (uint16_t unicode, uint32_t checksum)

Function Documentation

◆ exFatCmpName() [1/2]

bool exFatCmpName ( const DirName_t * unicode,
const char * name,
size_t offset,
size_t n )

◆ exFatCmpName() [2/2]

bool exFatCmpName ( const DirName_t * unicode,
const ExChar16_t * name,
size_t offset,
size_t n )

◆ exFatHashName() [1/2]

uint16_t exFatHashName ( const char * name,
size_t n,
uint16_t hash )

◆ exFatHashName() [2/2]

uint16_t exFatHashName ( const ExChar16_t * name,
size_t n,
uint16_t hash )

◆ toUpcase()

uint16_t toUpcase ( uint16_t chr)

◆ upcaseChecksum()

uint32_t upcaseChecksum ( uint16_t unicode,
uint32_t checksum )