ESP-IDF
nvs_bootloader_single_entry_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_single_entry_t::crc32
nvs_bootloader_single_entry_t::crc32 field
Syntax
Show:
Summary
Declaration
from
nvs_bootloader_private.h:93
uint32_t
crc32
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
crc32
;
// crc32 of the entry
nvs_bootloader_private.h:93
uint32_t
calc_crc
=
esp_rom_crc32_le
(
0xffffffff
,
(
uint8_t
*
)
item
+
offsetof
(
nvs_bootloader_single_entry_t
,
namespace_index
)
,
offsetof
(
nvs_bootloader_single_entry_t
,
crc32
)
-
offsetof
(
nvs_bootloader_single_entry_t
,
namespace_index
)
)
;
nvs_bootloader.c:562
nvs_bootloader_check_item_header_consistency()
if
(
calc_crc
!=
item
->
crc32
)
{
nvs_bootloader.c:569
nvs_bootloader_check_item_header_consistency()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs_bootloader_single_entry_t::crc32
is read by 1 function:
All items filtered out
nvs_bootloader_single_entry_t::crc32
nvs_bootloader_check_item_header_consistency()
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