ESP-IDF
nvs_bootloader_check_item_header_consistency()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs_bootloader_check_item_header_consistency()
nvs_bootloader_check_item_header_consistency() function
Syntax
Show:
Summary
Declaration
Definition
from
nvs_bootloader_private.h:180
bool
nvs_bootloader_check_item_header_consistency
(
const
nvs_bootloader_single_entry_t
*
item
,
const
uint8_t
entry_index
)
;
Implemented in
nvs_bootloader.c:557
Arguments
Argument
item
entry_index
Related Functions
Found 1 other functions taking a
nvs_bootloader_single_entry_t
argument:
Function
nvs_bootloader_read_next_single_entry_item()
Examples
References
from
examples
Code
Location
Referrer
bool
nvs_bootloader_check_item_header_consistency
(
const
nvs_bootloader_single_entry_t
*
item
,
nvs_bootloader.c:557
bool
nvs_bootloader_check_item_header_consistency
(
const
nvs_bootloader_single_entry_t
*
item
,
nvs_bootloader_private.h:180
if
(
nvs_bootloader_check_item_header_consistency
(
item
,
*
entry_index
)
)
{
nvs_bootloader.c:472
nvs_bootloader_read_next_single_entry_item()
Call Tree
from
examples
nvs_bootloader_check_item_header_consistency()
is called by 1 function and calls 3 functions:
nvs_bootloader_read_next_single_entry_item()
All items filtered out
nvs_bootloader_check_item_header_consistency()
esp_log_timestamp()
esp_log_write()
esp_rom_crc32_le()
All items filtered out
Data Use
from
examples
nvs_bootloader_check_item_header_consistency()
reads 22 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
nvs_type_t::NVS_TYPE_U8
nvs_type_t::NVS_TYPE_I8
nvs_type_t::NVS_TYPE_U16
nvs_type_t::NVS_TYPE_I16
nvs_type_t::NVS_TYPE_U32
nvs_type_t::NVS_TYPE_I32
nvs_type_t::NVS_TYPE_U64
nvs_type_t::NVS_TYPE_I64
nvs_type_t::NVS_TYPE_STR
TAG
nvs_bootloader_single_entry_t::data_type
nvs_bootloader_single_entry_t::span
nvs_bootloader_single_entry_t::crc32
nvs_bootloader_single_entry_t::key
nvs_bootloader_single_entry_t::data
nvs_bootloader_entry_data_var_len_type_t::size
nvs_bootloader_entry_data_t::var_len_type
All items filtered out
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