ESP-IDF
nvs::Item::
::
::
::
::dataCrc32
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::
::
::
::
::dataCrc32
nvs::Item::
::
::
::
::dataCrc32 field
Syntax
Show:
Summary
Declaration
from
nvs_types.hpp:57
uint32_t
dataCrc32
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
dataCrc32
;
nvs_types.hpp:57
item
.
varLength
.
dataCrc32
=
Item
::
calculateCrc32
(
src
,
dataSize
)
;
nvs_page.cpp:221
nvs::Page
nvs::Page::writeItem()
if
(
Item
::
calculateCrc32
(
reinterpret_cast
<
uint8_t
*
>
(
data
)
,
item
.
varLength
.
dataSize
)
!=
item
.
varLength
.
dataCrc32
)
{
nvs_page.cpp:294
nvs::Page
nvs::Page::readItem()
if
(
Item
::
calculateCrc32
(
reinterpret_cast
<
const
uint8_t
*
>
(
data
)
,
item
.
varLength
.
dataSize
)
!=
item
.
varLength
.
dataCrc32
)
{
nvs_page.cpp:349
nvs::Page
nvs::Page::cmpItem()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::Item::
::
::
::
::dataCrc32
is written by 1 function and is read by 2 functions:
nvs::Page::writeItem()
All items filtered out
nvs::Item::
::
::
::
::dataCrc32
nvs::Page::readItem()
nvs::Page::cmpItem()
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