ESP-IDF
PHY_RF_CAL_NONE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PHY_RF_CAL_NONE
PHY_RF_CAL_NONE value
Don't do any RF calibration. This mode is only suggested to be used after deep sleep reset.
Syntax
Show:
Summary
Declaration
from
esp_phy_init.h:59
PHY_RF_CAL_NONE
=
0x00000001
;
Examples
References
from
examples
Code
Location
Referrer
PHY_RF_CAL_NONE
=
0x00000001
,
/*!< Don't do any RF calibration. This mode is only suggested to be used after deep sleep reset. */
esp_phy_init.h:59
calibration_mode
=
PHY_RF_CAL_NONE
;
phy_init.c:878
esp_phy_load_cal_and_init()
if
(
(
calibration_mode
!=
PHY_RF_CAL_NONE
)
&&
(
(
err
!=
ESP_OK
)
||
(
ret
==
ESP_CAL_DATA_CHECK_FAIL
)
)
)
{
phy_init.c:893
esp_phy_load_cal_and_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PHY_RF_CAL_NONE
is read by 1 function:
All items filtered out
PHY_RF_CAL_NONE
esp_phy_load_cal_and_init()
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