ESP-IDF
spiffs_get_cache_page_hdr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_hdr
spiffs_get_cache_page_hdr macro
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:394
#define
spiffs_get_cache_page_hdr
(
fs
,
c
,
ix
)
\
(
(
spiffs_cache_page
*
)
(
&
(
(
c
)
->
cpages
[
(
ix
)
*
SPIFFS_CACHE_PAGE_SIZE
(
fs
)
]
)
)
)
Arguments
Argument
fs
c
ix
Examples
References
from
examples
Code
Location
#define
spiffs_get_cache_page_hdr
(
fs
,
c
,
ix
)
\
spiffs_nucleus.h:394
spiffs_cache_page
*
cp
=
spiffs_get_cache_page_hdr
(
fs
,
cache
,
i
)
;
spiffs_cache.c:19
spiffs_cache_page
*
cp
=
spiffs_get_cache_page_hdr
(
fs
,
cache
,
ix
)
;
spiffs_cache.c:36
spiffs_cache_page
*
cp
=
spiffs_get_cache_page_hdr
(
fs
,
cache
,
i
)
;
spiffs_cache.c:76
spiffs_cache_page
*
cp
=
spiffs_get_cache_page_hdr
(
fs
,
cache
,
i
)
;
spiffs_cache.c:101
spiffs_cache_page
*
cp
=
spiffs_get_cache_page_hdr
(
fs
,
cache
,
i
)
;
spiffs_cache.c:237
spiffs_get_cache_page_hdr
(
fs
,
c
,
i
)
->
ix
=
i
;
spiffs_cache.c:315
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