ESP-IDF
spiffs_get_cache_page
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spiffs_get_cache_page
spiffs_get_cache_page macro
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:397
#define
spiffs_get_cache_page
(
fs
,
c
,
ix
)
\
(
(
u8_t
*
)
(
&
(
(
c
)
->
cpages
[
(
ix
)
*
SPIFFS_CACHE_PAGE_SIZE
(
fs
)
]
)
)
+
sizeof
(
spiffs_cache_page
)
)
Arguments
Argument
fs
c
ix
Examples
References
from
examples
Code
Location
#define
spiffs_get_cache_page
(
fs
,
c
,
ix
)
\
spiffs_nucleus.h:397
u8_t
*
mem
=
spiffs_get_cache_page
(
fs
,
cache
,
ix
)
;
spiffs_cache.c:41
u8_t
*
mem
=
spiffs_get_cache_page
(
fs
,
cache
,
cp
->
ix
)
;
spiffs_cache.c:141
spiffs_get_cache_page
(
fs
,
cache
,
cp
->
ix
)
)
;
spiffs_cache.c:164
u8_t
*
mem
=
spiffs_get_cache_page
(
fs
,
cache
,
cp
->
ix
)
;
spiffs_cache.c:169
u8_t
*
mem
=
spiffs_get_cache_page
(
fs
,
cache
,
cp
->
ix
)
;
spiffs_cache.c:207
spiffs_get_cache_page
(
fs
,
spiffs_get_cache
(
fs
)
,
fd
->
cache_page
->
ix
)
,
spiffs_hydrogen.c:520
u8_t
*
cpage_data
=
spiffs_get_cache_page
(
fs
,
cache
,
fd
->
cache_page
->
ix
)
;
spiffs_hydrogen.c:546
spiffs_get_cache_page
(
fs
,
spiffs_get_cache
(
fs
)
,
fd
->
cache_page
->
ix
)
,
spiffs_hydrogen.c:577
spiffs_get_cache_page
(
fs
,
spiffs_get_cache
(
fs
)
,
fd
->
cache_page
->
ix
)
,
spiffs_hydrogen.c:860
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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