ESP-IDF
nvs::Item::CHUNK_ANY
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
nvs::Item::CHUNK_ANY
nvs::Item::CHUNK_ANY variable
Syntax
Show:
Summary
Declaration
from
nvs_types.hpp:74
static
const
uint8_t
CHUNK_ANY
=
0xff
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
const
uint8_t
CHUNK_ANY
=
0xff
;
nvs_types.hpp:74
static
const
uint8_t
CHUNK_ANY
=
Item
::
CHUNK_ANY
;
nvs_page.hpp:48
if
(
chunkIndex
!=
CHUNK_ANY
)
{
nvs_types.cpp:78
nvs::Item
nvs::Item::checkHeaderConsistency() const
if
(
chunkIndex
==
CHUNK_ANY
)
{
nvs_types.cpp:106
nvs::Item
nvs::Item::checkHeaderConsistency() const
Item
(
uint8_t
nsIndex
,
ItemType
datatype
,
uint8_t
span
,
const
char
*
key_
,
uint8_t
chunkIdx
=
CHUNK_ANY
)
nvs_types.hpp:77
nvs::Item
nvs::Item::Item()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::Item::CHUNK_ANY
is read by 2 functions:
All items filtered out
nvs::Item::CHUNK_ANY
nvs::Item::Item()
nvs::Item::checkHeaderConsistency() const
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