ESP-IDF
store_cal_data_to_nvs_handle()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
store_cal_data_to_nvs_handle()
store_cal_data_to_nvs_handle() function
Syntax
Show:
Summary
Declaration
Definition
from
phy_init.c:667
static
esp_err_t
store_cal_data_to_nvs_handle
(
nvs_handle_t
handle
,
const
esp_phy_calibration_data_t
*
cal_data
)
;
Implemented in
phy_init.c:776
Arguments
Argument
handle
cal_data
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
store_cal_data_to_nvs_handle
(
nvs_handle_t
handle
,
phy_init.c:776
static
esp_err_t
store_cal_data_to_nvs_handle
(
nvs_handle_t
handle
,
phy_init.c:667
err
=
store_cal_data_to_nvs_handle
(
handle
,
cal_data
)
;
phy_init.c:696
esp_phy_store_cal_data_to_nvs()
Call Tree
from
examples
store_cal_data_to_nvs_handle()
is called by 1 function and calls 9 functions:
esp_phy_store_cal_data_to_nvs()
All items filtered out
store_cal_data_to_nvs_handle()
_esp_error_check_failed()
esp_log_timestamp()
esp_log_write()
esp_efuse_mac_get_default()
nvs_commit()
nvs_set_u32()
nvs_set_blob()
phy_get_rf_cal_version()
abort()
All items filtered out
Data Use
from
examples
store_cal_data_to_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
store_cal_data_to_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