ESP-IDF
spiffs_cache_page::ix
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_page::ix
spiffs_cache_page::ix field
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:405
u8_t
ix
;
Examples
References
from
examples
Code
Location
Referrer
u8_t
ix
;
spiffs_nucleus.h:405
spiffs_cache_page_free
(
fs
,
cp
->
ix
,
0
)
;
spiffs_cache.c:116
spiffs_cache_drop_page()
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()
spiffs_cache_page_free
(
fs
,
cp
->
ix
,
0
)
;
spiffs_cache.c:203
spiffs_phys_wr()
u8_t
*
mem
=
spiffs_get_cache_page
(
fs
,
cache
,
cp
->
ix
)
;
spiffs_cache.c:207
spiffs_phys_wr()
spiffs_cache_page_free
(
fs
,
cp
->
ix
,
0
)
;
spiffs_cache.c:278
spiffs_cache_fd_release()
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_page::ix
is written by 1 function and is read by 6 functions:
spiffs_cache_init()
All items filtered out
spiffs_cache_page::ix
spiffs_cache_drop_page()
spiffs_phys_rd()
spiffs_phys_wr()
spiffs_cache_fd_release()
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