FatFS
FF_USE_LFN
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FF_USE_LFN
FF_USE_LFN macro
Syntax
Show:
Summary
Declaration
from
ffconf.h:151
#define
FF_USE_LFN
0
Examples
References
from
examples
Code
Location
#define
FF_USE_LFN
2
ffconf.h:147
#define
FF_USE_LFN
3
ffconf.h:149
#define
FF_USE_LFN
0
ffconf.h:151
#define
IsTerminator
(
c
)
(
(
UINT
)
(
c
)
<
(
FF_USE_LFN
?
' '
:
'!'
)
)
ff.c:55
#if
FF_USE_LFN
==
1
ff.c:242
#if
FF_USE_LFN
==
0
/* Non-LFN configuration */
ff.c:501
#if
FF_USE_LFN
==
1
/* LFN enabled with static working buffer */
ff.c:523
#elif
FF_USE_LFN
==
2
/* LFN enabled with dynamic working buffer on the stack */
ff.c:533
#elif
FF_USE_LFN
==
3
/* LFN enabled with dynamic working buffer on the heap */
ff.c:545
#if
FF_USE_LFN
ff.c:737
#if
FF_USE_LFN
==
3
/* Quick table clear by using multi-secter write */
ff.c:1677
#if
FF_USE_LFN
ff.c:1885
#if
FF_USE_LFN
&&
!
FF_FS_READONLY
ff.c:1996
#if
FF_USE_LFN
ff.c:2053
#if
FF_USE_LFN
ff.c:2319
#if
FF_USE_LFN
/* LFN configuration */
ff.c:2348
#if
FF_USE_LFN
ff.c:2396
#if
FF_USE_LFN
ff.c:2423
#if
FF_USE_LFN
/* LFN configuration */
ff.c:2431
#if
FF_USE_LFN
/* LFN configuration */
ff.c:2476
#if
FF_USE_LFN
ff.c:2557
#if
FF_USE_LFN
/* LFN configuration */
ff.c:2582
#if
FF_USE_LFN
ff.c:2628
#if
FF_USE_LFN
/* LFN configuration */
ff.c:2641
#if
FF_USE_LFN
/* LFN configuration */
ff.c:2857
#if
FF_USE_LFN
==
1
ff.c:3600
#if
FF_USE_LFN
==
3
ff.c:5982
#if
FF_USE_LFN
==
3
ff.c:6447
#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
#if
FF_USE_LFN
ff.h:145
#if
FF_USE_LFN
ff.h:241
#if
FF_USE_LFN
ff.h:258
#if
FF_USE_LFN
>=
1
ff.h:373
#if
FF_USE_LFN
==
3
/* Dynamic memory allocation */
ff.h:382
#if
FF_USE_LFN
!=
0
/* This module will be blanked if in non-LFN configuration */
ffunicode.c:28
#if
FF_USE_LFN
vfs_fat.c:25
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