ESP-IDF
nvs_bootloader_check_parameters()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs_bootloader_check_parameters()
nvs_bootloader_check_parameters() function
Syntax
Show:
Summary
Declaration
Definition
from
nvs_bootloader_private.h:47
esp_err_t
nvs_bootloader_check_parameters
(
const
char
*
partition_name
,
const
size_t
read_list_count
,
nvs_bootloader_read_list_t
read_list
[
]
)
;
Implemented in
nvs_bootloader.c:104
Arguments
Argument
partition_name
read_list_count
read_list
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
nvs_bootloader_check_parameters
(
const
char
*
partition_name
,
nvs_bootloader.c:104
esp_err_t
nvs_bootloader_check_parameters
(
const
char
*
partition_name
,
nvs_bootloader_private.h:47
ret
=
nvs_bootloader_check_parameters
(
partition_name
,
read_list_count
,
read_list
)
;
nvs_bootloader.c:48
nvs_bootloader_read()
Call Tree
from
examples
nvs_bootloader_check_parameters()
is called by 1 function and calls 2 functions:
nvs_bootloader_read()
All items filtered out
nvs_bootloader_check_parameters()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
nvs_bootloader_check_parameters()
reads 23 variables and writes 2 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_value_placeholder_t::str_val
nvs_bootloader_read_list_t::namespace_name
nvs_bootloader_read_list_t::key_name
nvs_bootloader_read_list_t::value_type
nvs_bootloader_read_list_t::result_code
nvs_bootloader_read_list_t::value
nvs_bootloader_str_value_placeholder_t::buff_ptr
nvs_bootloader_str_value_placeholder_t::buff_len
All items filtered out
nvs_bootloader_check_parameters()
nvs_bootloader_read_list_t::result_code
nvs_bootloader_read_list_t::namespace_index
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