ESP-IDF
spiffs_cache::last_access
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_cache::last_access
spiffs_cache::last_access field
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:431
u32_t
last_access
;
Examples
References
from
examples
Code
Location
Referrer
u32_t
last_access
;
spiffs_nucleus.h:431
cp
->
last_access
=
cache
->
last_access
;
spiffs_cache.c:24
spiffs_cache_page_get()
if
(
(
cache
->
last_access
-
cp
->
last_access
)
>
oldest_val
&&
spiffs_cache.c:77
spiffs_cache_page_remove_oldest()
oldest_val
=
cache
->
last_access
-
cp
->
last_access
;
spiffs_cache.c:79
spiffs_cache_page_remove_oldest()
cp
->
last_access
=
cache
->
last_access
;
spiffs_cache.c:103
spiffs_cache_page_allocate()
cache
->
last_access
++
;
spiffs_cache.c:134
spiffs_phys_rd()
cp
->
last_access
=
cache
->
last_access
;
spiffs_cache.c:140
spiffs_phys_rd()
cache
->
last_access
++
;
spiffs_cache.c:210
spiffs_phys_wr()
cp
->
last_access
=
cache
->
last_access
;
spiffs_cache.c:211
spiffs_phys_wr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_cache::last_access
is written by 2 functions and is read by 5 functions:
spiffs_phys_rd()
spiffs_phys_wr()
All items filtered out
spiffs_cache::last_access
spiffs_cache_page_get()
spiffs_cache_page_remove_oldest()
spiffs_cache_page_allocate()
spiffs_phys_rd()
spiffs_phys_wr()
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