FatFS
FF_LFN_UNICODE
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FF_LFN_UNICODE
FF_LFN_UNICODE macro
Syntax
Show:
Summary
Declaration
from
ffconf.h:179
#define
FF_LFN_UNICODE
0
Examples
References
from
examples
Code
Location
#define
FF_LFN_UNICODE
0
ffconf.h:179
#if
FF_LFN_UNICODE
<
0
||
FF_LFN_UNICODE
>
3
ff.c:517
#if
FF_LFN_UNICODE
==
1
/* UTF-16 input */
ff.c:747
#elif
FF_LFN_UNICODE
==
2
/* UTF-8 input */
ff.c:757
#elif
FF_LFN_UNICODE
==
3
/* UTF-32 input */
ff.c:781
#if
FF_LFN_UNICODE
==
1
/* UTF-16 output */
ff.c:815
#elif
FF_LFN_UNICODE
==
2
/* UTF-8 output */
ff.c:830
#elif
FF_LFN_UNICODE
==
3
/* UTF-32 output */
ff.c:863
#if
FF_LFN_UNICODE
>=
1
/* Unicode output */
ff.c:2703
#if
FF_USE_LFN
&&
FF_LFN_UNICODE
==
1
/* Unicode in UTF-16 encoding */
ff.h:90
#elif
FF_USE_LFN
&&
FF_LFN_UNICODE
==
2
/* Unicode in UTF-8 encoding */
ff.h:94
#elif
FF_USE_LFN
&&
FF_LFN_UNICODE
==
3
/* Unicode in UTF-32 encoding */
ff.h:98
#elif
FF_USE_LFN
&&
(
FF_LFN_UNICODE
<
0
||
FF_LFN_UNICODE
>
3
)
ff.h:102
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out