ESP-IDF
spiffs_cache::cpages
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::cpages
spiffs_cache::cpages field
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:434
u8_t
*
cpages
;
Examples
References
from
examples
Code
Location
Referrer
u8_t
*
cpages
;
spiffs_nucleus.h:434
spiffs_cache_page
*
cp
=
spiffs_get_cache_page_hdr
(
fs
,
cache
,
i
)
;
spiffs_cache.c:19
spiffs_cache_page_get()
spiffs_cache_page
*
cp
=
spiffs_get_cache_page_hdr
(
fs
,
cache
,
ix
)
;
spiffs_cache.c:36
spiffs_cache_page_free()
u8_t
*
mem
=
spiffs_get_cache_page
(
fs
,
cache
,
ix
)
;
spiffs_cache.c:41
spiffs_cache_page_free()
spiffs_cache_page
*
cp
=
spiffs_get_cache_page_hdr
(
fs
,
cache
,
i
)
;
spiffs_cache.c:76
spiffs_cache_page_remove_oldest()
spiffs_cache_page
*
cp
=
spiffs_get_cache_page_hdr
(
fs
,
cache
,
i
)
;
spiffs_cache.c:101
spiffs_cache_page_allocate()
u8_t
*
mem
=
spiffs_get_cache_page
(
fs
,
cache
,
cp
->
ix
)
;
spiffs_cache.c:141
spiffs_phys_rd()
spiffs_get_cache_page
(
fs
,
cache
,
cp
->
ix
)
)
;
spiffs_cache.c:164
spiffs_phys_rd()
u8_t
*
mem
=
spiffs_get_cache_page
(
fs
,
cache
,
cp
->
ix
)
;
spiffs_cache.c:169
spiffs_phys_rd()
u8_t
*
mem
=
spiffs_get_cache_page
(
fs
,
cache
,
cp
->
ix
)
;
spiffs_cache.c:207
spiffs_phys_wr()
spiffs_cache_page
*
cp
=
spiffs_get_cache_page_hdr
(
fs
,
cache
,
i
)
;
spiffs_cache.c:237
spiffs_cache_page_get_by_fd()
cache
.
cpages
=
(
u8_t
*
)
(
(
u8_t
*
)
fs
->
cache
+
sizeof
(
spiffs_cache
)
)
;
spiffs_cache.c:303
spiffs_cache_init()
memset
(
c
->
cpages
,
0
,
c
->
cpage_count
*
SPIFFS_CACHE_PAGE_SIZE
(
fs
)
)
;
spiffs_cache.c:311
spiffs_cache_init()
spiffs_get_cache_page_hdr
(
fs
,
c
,
i
)
->
ix
=
i
;
spiffs_cache.c:315
spiffs_cache_init()
spiffs_get_cache_page
(
fs
,
spiffs_get_cache
(
fs
)
,
fd
->
cache_page
->
ix
)
,
spiffs_hydrogen.c:520
SPIFFS_write()
u8_t
*
cpage_data
=
spiffs_get_cache_page
(
fs
,
cache
,
fd
->
cache_page
->
ix
)
;
spiffs_hydrogen.c:546
SPIFFS_write()
spiffs_get_cache_page
(
fs
,
spiffs_get_cache
(
fs
)
,
fd
->
cache_page
->
ix
)
,
spiffs_hydrogen.c:577
SPIFFS_write()
spiffs_get_cache_page
(
fs
,
spiffs_get_cache
(
fs
)
,
fd
->
cache_page
->
ix
)
,
spiffs_hydrogen.c:860
spiffs_fflush_cache()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_cache::cpages
is written by 1 function and is read by 10 functions:
spiffs_cache_init()
All items filtered out
spiffs_cache::cpages
spiffs_cache_page_get()
spiffs_cache_page_free()
spiffs_cache_page_remove_oldest()
spiffs_cache_page_allocate()
spiffs_phys_rd()
spiffs_phys_wr()
spiffs_cache_page_get_by_fd()
spiffs_cache_init()
SPIFFS_write()
spiffs_fflush_cache()
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