ESP-IDF
phy_close_rf()
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_close_rf()
phy_close_rf() function
Shutdown PHY and RF.
Syntax
Show:
Summary
Declaration
from
phy.h:72
void
phy_close_rf
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
void
phy_close_rf
(
void
)
;
phy.h:72
phy_close_rf
(
)
;
phy_init.c:378
esp_phy_disable()
ESP_ERROR_CHECK
(
esp_deep_sleep_register_phy_hook
(
&
phy_close_rf
)
)
;
phy_init.c:914
esp_phy_load_cal_and_init()
Call Tree
from
examples
phy_close_rf()
is called by 1 function:
esp_phy_disable()
All items filtered out
phy_close_rf()
All items filtered out
Data Use
from
examples
All items filtered out
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