ESP-IDF
spiffs_t::cache_size
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
spiffs_t::cache_size
spiffs_t::cache_size field
Syntax
Show:
Summary
Declaration
from
spiffs.h:277
u32_t
cache_size
;
Examples
References
from
examples
Code
Location
Referrer
u32_t
cache_size
;
spiffs.h:277
u32_t
sz
=
fs
->
cache_size
;
spiffs_cache.c:288
spiffs_cache_init()
fs
->
cache_size
=
(
cache_size
>
(
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
*
32
)
)
?
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
*
32
:
cache_size
;
spiffs_hydrogen.c:121
SPIFFS_mount()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_t::cache_size
is written by 1 function and is read by 1 function:
SPIFFS_mount()
All items filtered out
spiffs_t::cache_size
spiffs_cache_init()
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