FatFS
f_closedir()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_closedir()
f_closedir() function
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:320
FRESULT
f_closedir
(
FF_DIR
*
dp
)
;
Implemented in
ff.c:4704
Arguments
Argument
dp
Related Functions
Found 14 other functions taking a
FF_DIR
argument:
Function
follow_path()
dir_sdi()
dir_next()
f_readdir()
dir_register()
f_opendir()
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_closedir
(
ff.c:4704
FRESULT
f_closedir
(
FF_DIR
*
dp
)
;
/* Close an open directory */
ff.h:320
FRESULT
res
=
f_closedir
(
&
fat_dir
->
ffdir
)
;
vfs_fat.c:913
vfs_fat_closedir()
Call Tree
from
examples
f_closedir()
is called by 1 function and calls 2 functions:
vfs_fat_closedir()
All items filtered out
f_closedir()
validate()
unlock_volume()
All items filtered out
Data Use
from
examples
f_closedir()
reads 2 variables and writes 1 variable:
FF_DIR::obj
FRESULT::FR_OK
All items filtered out
f_closedir()
FFOBJID::fs
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