ESP-IDF
get_config_size_from_flash()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
get_config_size_from_flash()
get_config_size_from_flash() function
Syntax
Show:
Summary
Declaration
from
config.c:358
static
int
get_config_size_from_flash
(
nvs_handle_t
fp
)
;
Arguments
Argument
fp
Examples
References
from
examples
Code
Location
Referrer
static
int
get_config_size_from_flash
(
nvs_handle_t
fp
)
config.c:358
int
buf_size
=
get_config_size_from_flash
(
fp
)
;
config.c:570
config_parse()
Call Tree
from
examples
get_config_size_from_flash()
is called by 1 function and calls 6 functions:
config_parse()
All items filtered out
get_config_size_from_flash()
__assert_func()
free()
esp_log_timestamp()
esp_log_write()
osi_calloc_func()
nvs_get_blob()
All items filtered out
Data Use
from
examples
get_config_size_from_flash()
reads 1 variable:
esp_log_level_t::ESP_LOG_ERROR
All items filtered out
get_config_size_from_flash()
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