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
ExFatTypes.h
Go to the documentation of this file.
1
25
#ifndef ExFatTypes_h
26
#define ExFatTypes_h
27
#include "
ExFatConfig.h
"
28
29
#if __cplusplus < 201103
30
#warning no char16_t
31
typedef
uint16_t
ExChar16_t
;
32
// #error C++11 Support required
33
#else
// __cplusplus < 201103
34
typedef
char16_t
ExChar16_t
;
35
#endif
// __cplusplus < 201103
36
37
#if USE_EXFAT_UNICODE_NAMES
39
typedef
ExChar16_t
ExChar_t
;
40
#else
// USE_EXFAT_UNICODE_NAMES
42
typedef char ExChar_t;
43
#endif
// USE_EXFAT_UNICODE_NAMES
48
struct DirPos_t
49
{
51
uint32_t
cluster
;
53
uint32_t
position
;
55
bool
isContiguous
;
56
};
57
#endif
// ExFatTypes_h
ExFatConfig.h
ExChar_t
ExChar16_t ExChar_t
Definition
ExFatTypes.h:39
ExChar16_t
uint16_t ExChar16_t
Definition
ExFatTypes.h:31
DirPos_t::cluster
uint32_t cluster
Definition
ExFatTypes.h:51
DirPos_t::position
uint32_t position
Definition
ExFatTypes.h:53
DirPos_t::isContiguous
bool isContiguous
Definition
ExFatTypes.h:55
src
ExFatLib
ExFatTypes.h
Generated on Sun Aug 20 2023 21:57:40 for Soldered SD Card Arduino Library by
1.9.7. Dark theme by
Tilen Majerle
. All rights reserved. Copyright:
Soldered