Home
last modified time | relevance | path

Searched refs:cal_format_version (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/src/
Dphy_init.c521 uint32_t cal_format_version = phy_get_rf_cal_version() & (~BIT(16)); in load_cal_data_from_nvs_handle() local
522 ESP_LOGV(TAG, "phy_get_rf_cal_version: %d\n", cal_format_version); in load_cal_data_from_nvs_handle()
523 if (cal_data_version != cal_format_version) in load_cal_data_from_nvs_handle()
526 __func__, cal_format_version, cal_data_version); in load_cal_data_from_nvs_handle()
586 uint32_t cal_format_version = phy_get_rf_cal_version() & (~BIT(16)); in store_cal_data_to_nvs_handle() local
587 ESP_LOGV(TAG, "phy_get_rf_cal_version: %d\n", cal_format_version); in store_cal_data_to_nvs_handle()
588 err = nvs_set_u32(handle, PHY_CAL_VERSION_KEY, cal_format_version); in store_cal_data_to_nvs_handle()
/hal_espressif-3.6.0/components/esp_phy/src/
Dphy_init.c545 uint32_t cal_format_version = phy_get_rf_cal_version() & (~BIT(16)); in load_cal_data_from_nvs_handle() local
546 ESP_LOGV(TAG, "phy_get_rf_cal_version: %d\n", cal_format_version); in load_cal_data_from_nvs_handle()
547 if (cal_data_version != cal_format_version) { in load_cal_data_from_nvs_handle()
549 __func__, cal_format_version, cal_data_version); in load_cal_data_from_nvs_handle()
603 uint32_t cal_format_version = phy_get_rf_cal_version() & (~BIT(16)); in store_cal_data_to_nvs_handle() local
604 ESP_LOGV(TAG, "phy_get_rf_cal_version: %d\n", cal_format_version); in store_cal_data_to_nvs_handle()
605 err = nvs_set_u32(handle, PHY_CAL_VERSION_KEY, cal_format_version); in store_cal_data_to_nvs_handle()