ESP-IDF
PHY_CAL_VERSION_KEY
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp32
include
src
btbb_init.c
lib_printf.c
phy_callback.c
phy_common.c
phy_init.c
s_wifi_mac_time_update_cb
TAG
s_phy_access_lock
s_wifi_bt_pd_controller
s_phy_rf_en_ts
s_phy_int_mux
s_is_phy_calibrated
phy_enter_critical()
phy_exit_critical()
esp_phy_rf_get_on_ts()
phy_update_wifi_mac_time()
esp_phy_common_clock_enable()
esp_phy_common_clock_disable()
esp_phy_enable()
esp_phy_disable()
esp_wifi_bt_power_domain_on()
esp_wifi_bt_power_domain_off()
esp_phy_modem_init()
esp_phy_modem_deinit()
esp_phy_get_init_data()
esp_phy_release_init_data()
PHY_NAMESPACE
PHY_CAL_VERSION_KEY
PHY_CAL_MAC_KEY
PHY_CAL_DATA_KEY
load_cal_data_from_nvs_handle()
store_cal_data_to_nvs_handle()
esp_phy_load_cal_data_from_nvs()
esp_phy_store_cal_data_to_nvs()
esp_phy_erase_cal_data_in_nvs()
load_cal_data_from_nvs_handle()
store_cal_data_to_nvs_handle()
esp_phy_load_cal_and_init()
esp_phy_update_country_info()
esp_wifi_power_domain_on()
esp_wifi_power_domain_off()
phy_get_lock()
phy_override.c
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PHY_CAL_VERSION_KEY
PHY_CAL_VERSION_KEY variable
Syntax
Show:
Summary
Declaration
from
phy_init.c:660
static
const
char
*
PHY_CAL_VERSION_KEY
=
"cal_version"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
PHY_CAL_VERSION_KEY
=
"cal_version"
;
phy_init.c:660
err
=
nvs_get_u32
(
handle
,
PHY_CAL_VERSION_KEY
,
&
cal_data_version
)
;
phy_init.c:732
load_cal_data_from_nvs_handle()
err
=
nvs_set_u32
(
handle
,
PHY_CAL_VERSION_KEY
,
cal_format_version
)
;
phy_init.c:797
store_cal_data_to_nvs_handle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PHY_CAL_VERSION_KEY
is read by 2 functions:
All items filtered out
PHY_CAL_VERSION_KEY
load_cal_data_from_nvs_handle()
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