FatFS
f_readdir()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
f_readdir()
f_readdir() function
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:321
FRESULT
f_readdir
(
FF_DIR
*
dp
,
FILINFO
*
fno
)
;
Implemented in
ff.c:4734
Arguments
Argument
dp
fno
Related Functions
Found 14 other functions taking a
FF_DIR
argument:
Function
follow_path()
dir_sdi()
dir_next()
dir_register()
f_opendir()
f_closedir()
dir_read()
dir_alloc()
dir_find()
dir_remove()
get_fileinfo()
create_name()
f_findfirst()
f_findnext()
Examples
References
from
examples
Code
Location
Referrer
FRESULT
f_readdir
(
ff.c:4734
FRESULT
f_readdir
(
FF_DIR
*
dp
,
FILINFO
*
fno
)
;
/* Read a directory item */
ff.h:321
FRESULT
res
=
f_readdir
(
&
fat_dir
->
ffdir
,
&
fat_dir
->
filinfo
)
;
vfs_fat.c:962
vfs_fat_readdir_r()
res
=
f_rewinddir
(
&
fat_dir
->
ffdir
)
;
vfs_fat.c:1001
vfs_fat_seekdir()
res
=
f_readdir
(
&
fat_dir
->
ffdir
,
&
fat_dir
->
filinfo
)
;
vfs_fat.c:1010
vfs_fat_seekdir()
Call Tree
from
examples
f_readdir()
is called by 2 functions and calls 8 functions:
vfs_fat_readdir_r()
vfs_fat_seekdir()
All items filtered out
f_readdir()
validate()
unlock_volume()
dir_next()
dir_read()
dir_sdi()
get_fileinfo()
ff_memalloc()
ff_memfree()
All items filtered out
Data Use
from
examples
f_readdir()
reads 3 variables and writes 1 variable:
FRESULT::FR_OK
FRESULT::FR_NO_FILE
FRESULT::FR_NOT_ENOUGH_CORE
All items filtered out
f_readdir()
FATFS::lfnbuf
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