FatFS
DIR_READ_FILE
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
DIR_READ_FILE
DIR_READ_FILE macro
Syntax
Show:
Summary
Declaration
from
ff.c:2308
#define
DIR_READ_FILE
(
dp
)
dir_read
(
dp
,
0
)
Arguments
Argument
dp
Examples
References
from
examples
Code
Location
#define
DIR_READ_FILE
(
dp
)
dir_read
(
dp
,
0
)
ff.c:2308
res
=
DIR_READ_FILE
(
dp
)
;
/* Read an item */
ff.c:4750
res
=
DIR_READ_FILE
(
&
sdj
)
;
/* Test if the directory is empty */
ff.c:5065
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