Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_phy/include/
Desp_phy_init.h55PHY_RF_CAL_NONE = 0x00000001, /*!< Don't do any RF calibration. This mode is only sugges… enumerator
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c758 calibration_mode = PHY_RF_CAL_NONE; in esp_phy_load_cal_and_init()
773 …if ((calibration_mode != PHY_RF_CAL_NONE) && ((err != ESP_OK) || (ret == ESP_CAL_DATA_CHECK_FAIL))… in esp_phy_load_cal_and_init()