ESP-IDF
vfs_spiffs_seekdir()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_seekdir()
vfs_spiffs_seekdir() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_spiffs.c:72
static
void
vfs_spiffs_seekdir
(
void
*
ctx
,
DIR
*
pdir
,
long
offset
)
;
Implemented in
esp_spiffs.c:781
Arguments
Argument
Declared as
ctx
void
*
pdir
DIR
*
offset
long
Examples
References
from
examples
Code
Location
static
void
vfs_spiffs_seekdir
(
void
*
ctx
,
DIR
*
pdir
,
long
offset
)
esp_spiffs.c:781
static
void
vfs_spiffs_seekdir
(
void
*
ctx
,
DIR
*
pdir
,
long
offset
)
;
esp_spiffs.c:72
.
seekdir_p
=
&
vfs_spiffs_seekdir
,
esp_spiffs.c:412
Call Tree
from
examples
vfs_spiffs_seekdir()
calls 7 functions:
All items filtered out
vfs_spiffs_seekdir()
__assert_func()
SPIFFS_errno()
SPIFFS_clearerr()
SPIFFS_opendir()
SPIFFS_closedir()
SPIFFS_readdir()
spiffs_res_to_errno()
All items filtered out
Data Use
from
examples
vfs_spiffs_seekdir()
reads 4 variables and writes 1 variable:
spiffs_dirent::name
esp_spiffs_t::fs
vfs_spiffs_dir_t::offset
vfs_spiffs_dir_t::path
All items filtered out
vfs_spiffs_seekdir()
vfs_spiffs_dir_t::offset
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