Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_wifi/src/
Dphy_init.c432 static const char *PHY_CAL_VERSION_KEY = "cal_version"; variable
515 err = nvs_get_u32(handle, PHY_CAL_VERSION_KEY, &cal_data_version); in load_cal_data_from_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.c468 static const char* PHY_CAL_VERSION_KEY = "cal_version"; variable
540 err = nvs_get_u32(handle, PHY_CAL_VERSION_KEY, &cal_data_version); in load_cal_data_from_nvs_handle()
605 err = nvs_set_u32(handle, PHY_CAL_VERSION_KEY, cal_format_version); in store_cal_data_to_nvs_handle()