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.
Toggle main menu visibility
Loading...
Searching...
No Matches
upcase.h
Go to the documentation of this file.
1
25
#ifndef upcase_h
26
#define upcase_h
27
#include "
ExFatFile.h
"
28
bool
exFatCmpName
(
const
DirName_t
*unicode,
const
char
*name,
size_t
offset,
size_t
n);
29
bool
exFatCmpName
(
const
DirName_t
*unicode,
const
ExChar16_t
*name,
size_t
offset,
size_t
n);
30
uint16_t
exFatHashName
(
const
char
*name,
size_t
n, uint16_t hash);
31
uint16_t
exFatHashName
(
const
ExChar16_t
*name,
size_t
n, uint16_t hash);
32
uint16_t
toUpcase
(uint16_t chr);
33
uint32_t
upcaseChecksum
(uint16_t unicode, uint32_t checksum);
34
#endif
// upcase_h
ExFatFile.h
ExFatFile class.
ExChar16_t
uint16_t ExChar16_t
Definition
ExFatTypes.h:31
DirName_t
Definition
FsStructs.h:404
upcaseChecksum
uint32_t upcaseChecksum(uint16_t unicode, uint32_t checksum)
Definition
upcase.cpp:189
toUpcase
uint16_t toUpcase(uint16_t chr)
Definition
upcase.cpp:162
exFatHashName
uint16_t exFatHashName(const char *name, size_t n, uint16_t hash)
Definition
upcase.cpp:147
exFatCmpName
bool exFatCmpName(const DirName_t *unicode, const char *name, size_t offset, size_t n)
Definition
upcase.cpp:122
src
ExFatLib
upcase.h
Generated on
for Soldered SD Card Arduino Library by
1.17.0. Dark theme by
Tilen Majerle
. All rights reserved. Copyright:
Soldered