advanced sample
get_value_from_nvs()
is only used within advanced sample.
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
advanced sample
get_value_from_nvs()
get_value_from_nvs() function
Syntax
Show:
Summary
Declaration
from
cmd_nvs.c:252
static
esp_err_t
get_value_from_nvs
(
const
char
*
key
,
const
char
*
str_type
)
;
Arguments
Argument
key
str_type
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
get_value_from_nvs
(
const
char
*
key
,
const
char
*
str_type
)
cmd_nvs.c:252
esp_err_t
err
=
get_value_from_nvs
(
key
,
type
)
;
cmd_nvs.c:439
get_value()
Call Tree
from
examples
get_value_from_nvs()
is called by 1 function and calls 18 functions:
get_value()
All items filtered out
get_value_from_nvs()
free()
malloc()
esp_log_timestamp()
esp_log_write()
str_to_type()
print_blob()
nvs_open()
nvs_get_i8()
nvs_get_u8()
nvs_get_i16()
nvs_get_u16()
nvs_get_i32()
nvs_get_u32()
nvs_get_i64()
nvs_get_u64()
nvs_get_str()
nvs_get_blob()
nvs_close()
All items filtered out
Data Use
from
examples
get_value_from_nvs()
reads 19 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_open_mode_t::NVS_READONLY
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
nvs_type_t::NVS_TYPE_BLOB
nvs_type_t::NVS_TYPE_ANY
current_namespace
TAG
All items filtered out
get_value_from_nvs()
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