ESP-IDF
esp_spiffs_t::cache
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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::cache
esp_spiffs_t::cache field
Cache Buffer
Syntax
Show:
Summary
Declaration
from
spiffs_api.h:36
uint8_t
*
cache
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
cache
;
/*!< Cache Buffer */
spiffs_api.h:36
free
(
e
->
cache
)
;
esp_spiffs.c:100
esp_spiffs_free()
efs
->
cache
=
calloc
(
1
,
efs
->
cache_sz
)
;
esp_spiffs.c:241
esp_spiffs_init()
if
(
efs
->
cache
==
NULL
)
{
esp_spiffs.c:242
esp_spiffs_init()
efs
->
cache
,
efs
->
cache_sz
,
spiffs_api_check
)
;
esp_spiffs.c:268
esp_spiffs_init()
efs
->
cache
,
efs
->
cache_sz
,
spiffs_api_check
)
;
esp_spiffs.c:281
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::cache
is written by 1 function and is read by 3 functions:
esp_spiffs_init()
All items filtered out
esp_spiffs_t::cache
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