ESP-IDF
spiffs_cache_page::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_page::last_access
spiffs_cache_page::last_access field
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:407
u32_t
last_access
;
Examples
References
from
examples
Code
Location
Referrer
u32_t
last_access
;
spiffs_nucleus.h:407
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()
cp
->
last_access
=
cache
->
last_access
;
spiffs_cache.c:140
spiffs_phys_rd()
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_page::last_access
is written by 4 functions and is read by 1 function:
spiffs_cache_page_get()
spiffs_cache_page_allocate()
spiffs_phys_rd()
spiffs_phys_wr()
All items filtered out
spiffs_cache_page::last_access
spiffs_cache_page_remove_oldest()
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