FatFS
vfs_fat_dir_t
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
vfs_fat_dir_t
vfs_fat_dir_t struct
Syntax
Show:
Summary
Declaration
from
vfs_fat.c:50
typedef
struct
{
DIR
dir
;
long
offset
;
FF_DIR
ffdir
;
FILINFO
filinfo
;
struct
dirent
cur_dirent
;
}
vfs_fat_dir_t
;
Fields
Field
Declared as
vfs_fat_dir_t::dir
DIR
vfs_fat_dir_t::offset
long
vfs_fat_dir_t::ffdir
FF_DIR
vfs_fat_dir_t::filinfo
FILINFO
vfs_fat_dir_t::cur_dirent
struct
dirent
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
vfs_fat.c:50
}
vfs_fat_dir_t
;
vfs_fat.c:56
vfs_fat_dir_t
vfs_fat_dir_t
*
fat_dir
=
ff_memalloc
(
sizeof
(
vfs_fat_dir_t
)
)
;
vfs_fat.c:890
vfs_fat_opendir()
free
(
fat_dir
)
;
vfs_fat.c:901
vfs_fat_opendir()
vfs_fat_dir_t
*
fat_dir
=
(
vfs_fat_dir_t
*
)
pdir
;
vfs_fat.c:912
vfs_fat_closedir()
vfs_fat_dir_t
*
fat_dir
=
(
vfs_fat_dir_t
*
)
pdir
;
vfs_fat.c:928
vfs_fat_readdir()
vfs_fat_dir_t
*
fat_dir
=
(
vfs_fat_dir_t
*
)
pdir
;
vfs_fat.c:961
vfs_fat_readdir_r()
vfs_fat_dir_t
*
fat_dir
=
(
vfs_fat_dir_t
*
)
pdir
;
vfs_fat.c:989
vfs_fat_telldir()
vfs_fat_dir_t
*
fat_dir
=
(
vfs_fat_dir_t
*
)
pdir
;
vfs_fat.c:997
vfs_fat_seekdir()
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
vfs_fat_dir_t
is freed by 1 symbol:
All items filtered out
vfs_fat_dir_t
vfs_fat_opendir()
All items filtered out