FatFS
LLEF
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
LLEF
LLEF macro
Syntax
Show:
Summary
Declaration
from
ff.c:194
#define
LLEF
0x40
Examples
References
from
examples
Code
Location
#define
LLEF
0x40
/* Last long entry flag in LDIR_Ord */
ff.c:194
if
(
(
dir
[
LDIR_Ord
]
&
LLEF
)
&&
wc
&&
lfnbuf
[
i
]
)
return
0
;
/* Last segment matched but different length */
ff.c:1915
i
=
(
(
dir
[
LDIR_Ord
]
&
~
LLEF
)
-
1
)
*
13
;
/* Offset in the LFN buffer */
ff.c:1937
if
(
dir
[
LDIR_Ord
]
&
LLEF
&&
wc
!=
0
)
{
/* Put terminator if it is the last LFN part and not terminated */
ff.c:1949
if
(
wc
==
0xFFFF
||
!
lfn
[
i
]
)
ord
|=
LLEF
;
/* Last LFN part is the start of LFN sequence */
ff.c:1987
if
(
b
&
LLEF
)
{
/* Is it start of an LFN sequence? */
ff.c:2353
b
&=
(
BYTE
)
~
LLEF
;
ord
=
b
;
ff.c:2355
if
(
c
&
LLEF
)
{
/* Is it start of LFN sequence? */
ff.c:2438
c
&=
(
BYTE
)
~
LLEF
;
ord
=
c
;
/* LFN start order */
ff.c:2440
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