FatFS
AM_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
AM_LFN
AM_LFN macro
Syntax
Show:
Summary
Declaration
from
ff.c:69
#define
AM_LFN
0x0F
Examples
References
from
examples
Code
Location
#define
AM_LFN
0x0F
/* LFN entry */
ff.c:69
dir
[
LDIR_Attr
]
=
AM_LFN
;
/* Set attribute. LFN entry */
ff.c:1976
if
(
attr
==
AM_LFN
)
{
/* An LFN entry is found */
ff.c:2352
if
(
b
!=
DDEM
&&
b
!=
'.'
&&
attr
!=
AM_LFN
&&
(
int
)
(
(
attr
&
~
AM_ARC
)
==
AM_VOL
)
==
vol
)
{
/* Is it a valid entry? */
ff.c:2368
if
(
c
==
DDEM
||
(
(
a
&
AM_VOL
)
&&
a
!=
AM_LFN
)
)
{
/* An entry without valid data */
ff.c:2433
if
(
a
==
AM_LFN
)
{
/* An LFN entry is found */
ff.c:2436
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