ESP-IDF
spiffs_cache_page
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
spiffs_cache_page struct
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:401
typedef
struct
{
u8_t
flags
;
u8_t
ix
;
u32_t
last_access
;
union
{
struct
{
spiffs_page_ix
pix
;
}
;
#if
SPIFFS_CACHE_WR
struct
{
spiffs_obj_id
obj_id
;
u32_t
offset
;
u16_t
size
;
}
;
#endif
}
;
}
spiffs_cache_page
;
Fields
Field
Declared as
spiffs_cache_page::flags
u8_t
spiffs_cache_page::ix
u8_t
spiffs_cache_page::last_access
u32_t
Examples
References
from
examples
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