FatFS
vfs_fat_readdir()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
vfs_fat_readdir()
vfs_fat_readdir() function
Syntax
Show:
Summary
Declaration
Definition
from
vfs_fat.c:95
static
struct
dirent
*
vfs_fat_readdir
(
void
*
ctx
,
DIR
*
pdir
)
;
Implemented in
vfs_fat.c:923
Arguments
Argument
ctx
pdir
Examples
References
from
examples
Code
Location
static
struct
dirent
*
vfs_fat_readdir
(
void
*
ctx
,
DIR
*
pdir
)
vfs_fat.c:923
static
struct
dirent
*
vfs_fat_readdir
(
void
*
ctx
,
DIR
*
pdir
)
;
vfs_fat.c:95
.
readdir_p
=
&
vfs_fat_readdir
,
vfs_fat.c:152
Call Tree
from
examples
vfs_fat_readdir()
calls 4 functions:
All items filtered out
vfs_fat_readdir()
__assert_func()
ff_memalloc()
ff_memfree()
vfs_fat_readdir_r()
All items filtered out
Data Use
from
examples
vfs_fat_readdir()
reads 5 variables and writes 1 variable:
FILINFO::fname
cached_data::file_path
::dir_path
::cached_fileinfo
vfs_fat_dir_t::filinfo
All items filtered out
vfs_fat_readdir()
cached_data::fileinfo
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