FatFS
LDIR_Ord
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
LDIR_Ord
LDIR_Ord macro
Syntax
Show:
Summary
Declaration
from
ff.c:164
#define
LDIR_Ord
0
Examples
References
from
examples
Code
Location
#define
LDIR_Ord
0
/* LFN: LFN order and LLE flag (BYTE) */
ff.c:164
i
=
(
(
dir
[
LDIR_Ord
]
&
0x3F
)
-
1
)
*
13
;
/* Offset in the LFN buffer */
ff.c:1901
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
dir
[
LDIR_Ord
]
=
ord
;
/* Set the LFN order */
ff.c:1988
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