ESP-IDF
set_value_in_nvs()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
set_value_in_nvs()
set_value_in_nvs() function
Syntax
Show:
Summary
Declaration
from
cmd_nvs.c:164
static
esp_err_t
set_value_in_nvs
(
const
char
*
key
,
const
char
*
str_type
,
const
char
*
str_value
)
;
Arguments
Argument
key
str_type
str_value
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
set_value_in_nvs
(
const
char
*
key
,
const
char
*
str_type
,
const
char
*
str_value
)
cmd_nvs.c:164
esp_err_t
err
=
set_value_in_nvs
(
key
,
type
,
values
)
;
cmd_nvs.c:418
set_value()
Call Tree
from
examples
set_value_in_nvs()
is called by 1 function and calls 16 functions:
set_value()
All items filtered out
set_value_in_nvs()
esp_log_timestamp()
esp_log_write()
store_blob()
str_to_type()
nvs_open()
nvs_set_i8()
nvs_set_u8()
nvs_set_i16()
nvs_set_u16()
nvs_set_i32()
nvs_set_u32()
nvs_set_i64()
nvs_commit()
nvs_close()
nvs_set_u64()
nvs_set_str()
All items filtered out
Data Use
from
examples
set_value_in_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
current_namespace
TAG
nvs_open_mode_t::NVS_READWRITE
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
All items filtered out
set_value_in_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