Home
last modified time | relevance | path

Searched refs:PHY_RF_CAL_FULL (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_phy/src/
Dphy_init_esp32hxx.c58 register_chipv7_phy(NULL, NULL, PHY_RF_CAL_FULL); in esp_phy_enable()
Dphy_init.c690 calibration_mode = PHY_RF_CAL_FULL; in esp_phy_load_cal_and_init()
701 (calibration_mode != PHY_RF_CAL_FULL && ret == ESP_CAL_DATA_CHECK_FAIL)) { in esp_phy_load_cal_and_init()
707 register_chipv7_phy(init_data, cal_data, PHY_RF_CAL_FULL); in esp_phy_load_cal_and_init()
/hal_espressif-3.6.0/components/esp_phy/include/
Desp_phy_init.h40PHY_RF_CAL_FULL = 0x00000002 /*!< Do full RF calibration. Produces best results, but al… enumerator
/hal_espressif-3.6.0/components/esp_wifi/src/
Dphy_init.c676 calibration_mode = PHY_RF_CAL_FULL; in esp_phy_load_cal_and_init()
688 (calibration_mode != PHY_RF_CAL_FULL && ret == ESP_CAL_DATA_CHECK_FAIL)) in esp_phy_load_cal_and_init()
697 register_chipv7_phy(init_data, cal_data, PHY_RF_CAL_FULL); in esp_phy_load_cal_and_init()