ESP-IDF
load_cal_data_from_nvs_handle()
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
load_cal_data_from_nvs_handle()
load_cal_data_from_nvs_handle() function
Syntax
Show:
Summary
Declaration
Definition
from
phy_init.c:664
static
esp_err_t
load_cal_data_from_nvs_handle
(
nvs_handle_t
handle
,
esp_phy_calibration_data_t
*
out_cal_data
)
;
Implemented in
phy_init.c:726
Arguments
Argument
handle
out_cal_data
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
load_cal_data_from_nvs_handle
(
nvs_handle_t
handle
,
phy_init.c:726
static
esp_err_t
load_cal_data_from_nvs_handle
(
nvs_handle_t
handle
,
phy_init.c:664
err
=
load_cal_data_from_nvs_handle
(
handle
,
out_cal_data
)
;
phy_init.c:682
esp_phy_load_cal_data_from_nvs()
Call Tree
from
examples
load_cal_data_from_nvs_handle()
is called by 1 function and calls 8 functions:
esp_phy_load_cal_data_from_nvs()
All items filtered out
load_cal_data_from_nvs_handle()
_esp_error_check_failed()
esp_log_timestamp()
esp_log_write()
esp_efuse_mac_get_default()
nvs_get_u32()
nvs_get_blob()
phy_get_rf_cal_version()
abort()
All items filtered out
Data Use
from
examples
load_cal_data_from_nvs_handle()
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
PHY_CAL_VERSION_KEY
PHY_CAL_MAC_KEY
PHY_CAL_DATA_KEY
All items filtered out
load_cal_data_from_nvs_handle()
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