ESP-IDF
list()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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
list()
list() function
Syntax
Show:
Summary
Declaration
from
cmd_nvs.c:373
static
int
list
(
const
char
*
part
,
const
char
*
name
,
const
char
*
str_type
)
;
Arguments
Argument
part
name
str_type
Examples
References
from
examples
Code
Location
Referrer
static
int
list
(
const
char
*
part
,
const
char
*
name
,
const
char
*
str_type
)
cmd_nvs.c:373
return
list
(
part
,
name
,
type
)
;
cmd_nvs.c:518
list_entries()
Call Tree
from
examples
list()
is called by 1 function and calls 8 functions:
list_entries()
All items filtered out
list()
esp_err_to_name()
esp_log_timestamp()
esp_log_write()
type_to_str()
str_to_type()
nvs_entry_find()
nvs_entry_next()
nvs_entry_info()
All items filtered out
Data Use
from
examples
list()
reads 9 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
TAG
nvs_entry_info_t::namespace_name
nvs_entry_info_t::key
nvs_entry_info_t::type
All items filtered out
list()
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