ESP-IDF
esp_spiffs_t::fds
is only used within ESP-IDF.
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
ESP-IDF
esp_spiffs_t::fds
esp_spiffs_t::fds field
File Descriptor Buffer
Syntax
Show:
Summary
Declaration
from
spiffs_api.h:34
uint8_t
*
fds
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
fds
;
/*!< File Descriptor Buffer */
spiffs_api.h:34
free
(
e
->
fds
)
;
esp_spiffs.c:99
esp_spiffs_free()
efs
->
fds
=
calloc
(
1
,
efs
->
fds_sz
)
;
esp_spiffs.c:231
esp_spiffs_init()
if
(
efs
->
fds
==
NULL
)
{
esp_spiffs.c:232
esp_spiffs_init()
s32_t
res
=
SPIFFS_mount
(
efs
->
fs
,
&
efs
->
cfg
,
efs
->
work
,
efs
->
fds
,
efs
->
fds_sz
,
esp_spiffs.c:267
esp_spiffs_init()
res
=
SPIFFS_mount
(
efs
->
fs
,
&
efs
->
cfg
,
efs
->
work
,
efs
->
fds
,
efs
->
fds_sz
,
esp_spiffs.c:280
esp_spiffs_init()
_efs
[
index
]
->
fds
,
_efs
[
index
]
->
fds_sz
,
_efs
[
index
]
->
cache
,
esp_spiffs.c:371
esp_spiffs_format()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_spiffs_t::fds
is written by 1 function and is read by 3 functions:
esp_spiffs_init()
All items filtered out
esp_spiffs_t::fds
esp_spiffs_free()
esp_spiffs_init()
esp_spiffs_format()
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