ESP-IDF
nvs::Page::Header::mCrc32
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::mCrc32
nvs::Page::Header::mCrc32 field
Syntax
Show:
Summary
Declaration
from
nvs_page.hpp:164
uint32_t
mCrc32
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mCrc32
;
// crc of everything except mState
nvs_page.hpp:164
offsetof
(
Header
,
mCrc32
)
-
offsetof
(
Header
,
mSeqNumber
)
)
;
nvs_page.cpp:24
nvs::Page::Header
nvs::Page::Header::calculateCrc32()
}
else
if
(
header
.
mCrc32
!=
header
.
calculateCrc32
(
)
)
{
nvs_page.cpp:69
nvs::Page
nvs::Page::load()
header
.
mCrc32
=
header
.
calculateCrc32
(
)
;
nvs_page.cpp:778
nvs::Page
nvs::Page::initialize()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::Page::Header::mCrc32
is written by 1 function and is read by 1 function:
nvs::Page::initialize()
All items filtered out
nvs::Page::Header::mCrc32
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