ESP-IDF
vfs_spiffs_closedir()
is only used within ESP-IDF.
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
ESP-IDF
vfs_spiffs_closedir()
vfs_spiffs_closedir() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_spiffs.c:67
static
int
vfs_spiffs_closedir
(
void
*
ctx
,
DIR
*
pdir
)
;
Implemented in
esp_spiffs.c:709
Arguments
Argument
ctx
pdir
Examples
References
from
examples
Code
Location
static
int
vfs_spiffs_closedir
(
void
*
ctx
,
DIR
*
pdir
)
esp_spiffs.c:709
static
int
vfs_spiffs_closedir
(
void
*
ctx
,
DIR
*
pdir
)
;
esp_spiffs.c:67
.
closedir_p
=
&
vfs_spiffs_closedir
,
esp_spiffs.c:409
Call Tree
from
examples
vfs_spiffs_closedir()
calls 6 functions:
All items filtered out
vfs_spiffs_closedir()
__assert_func()
free()
SPIFFS_errno()
SPIFFS_clearerr()
SPIFFS_closedir()
spiffs_res_to_errno()
All items filtered out
Data Use
from
examples
vfs_spiffs_closedir()
reads 1 variable:
esp_spiffs_t::fs
All items filtered out
vfs_spiffs_closedir()
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_spiffs_closedir()
allocates 1 types:
vfs_spiffs_dir_t
All items filtered out
vfs_spiffs_closedir()
All items filtered out