ESP-IDF
nvs_bootloader_page_header_t::crc32
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_bootloader_page_header_t::crc32
nvs_bootloader_page_header_t::crc32 field
Syntax
Show:
Summary
Declaration
from
nvs_bootloader_private.h:57
uint32_t
crc32
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
crc32
;
// crc32 of everything except page_state
nvs_bootloader_private.h:57
uint32_t
calc_crc
=
esp_rom_crc32_le
(
0xffffffff
,
(
uint8_t
*
)
page_header
+
offsetof
(
nvs_bootloader_page_header_t
,
sequence_number
)
,
offsetof
(
nvs_bootloader_page_header_t
,
crc32
)
-
offsetof
(
nvs_bootloader_page_header_t
,
sequence_number
)
)
;
nvs_bootloader.c:424
nvs_bootloader_read_page_header()
if
(
calc_crc
!=
page_header
->
crc32
)
{
nvs_bootloader.c:425
nvs_bootloader_read_page_header()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs_bootloader_page_header_t::crc32
is read by 1 function:
All items filtered out
nvs_bootloader_page_header_t::crc32
nvs_bootloader_read_page_header()
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