FatFS
f_opendir()
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_opendir()
f_opendir() function
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:319
FRESULT
f_opendir
(
FF_DIR
*
dp
,
const
TCHAR
*
path
)
;
Implemented in
ff.c:4638
Arguments
Argument
dp
path
Related Functions
Found 14 other functions taking a
FF_DIR
argument:
Function
follow_path()
dir_sdi()
dir_next()
f_readdir()
dir_register()
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_opendir
(
ff.c:4638
FRESULT
f_opendir
(
FF_DIR
*
dp
,
const
TCHAR
*
path
)
;
/* Open a directory */
ff.h:319
FRESULT
res
=
f_opendir
(
&
fat_dir
->
ffdir
,
name
)
;
vfs_fat.c:898
vfs_fat_opendir()
Call Tree
from
examples
f_opendir()
is called by 1 function and calls 7 functions:
vfs_fat_opendir()
All items filtered out
f_opendir()
mount_volume()
unlock_volume()
ld_clust()
dir_sdi()
follow_path()
ff_memalloc()
ff_memfree()
All items filtered out
Data Use
from
examples
f_opendir()
reads 10 variables and writes 4 variables:
FF_DIR::obj
FF_DIR::dir
FF_DIR::fn
FRESULT::FR_OK
FRESULT::FR_NO_FILE
FRESULT::FR_NO_PATH
FRESULT::FR_INVALID_OBJECT
FATFS::id
FFOBJID::attr
FRESULT::FR_NOT_ENOUGH_CORE
All items filtered out
f_opendir()
FFOBJID::fs
FFOBJID::id
FFOBJID::sclust
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