ESP-IDF
nvs::Page::Header::mVersion
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::Page::Header::mVersion
nvs::Page::Header::mVersion field
Syntax
Show:
Summary
Declaration
from
nvs_page.hpp:162
uint8_t
mVersion
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mVersion
;
// nvs format version
nvs_page.hpp:162
if
(
header
.
mVersion
<
NVS_VERSION
)
{
nvs_page.cpp:74
nvs::Page
nvs::Page::load()
mVersion
=
header
.
mVersion
;
nvs_page.cpp:77
nvs::Page
nvs::Page::load()
header
.
mVersion
=
mVersion
;
nvs_page.cpp:777
nvs::Page
nvs::Page::initialize()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::Page::Header::mVersion
is written by 1 function and is read by 1 function:
nvs::Page::initialize()
All items filtered out
nvs::Page::Header::mVersion
nvs::Page::load()
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