Function esp_wifi_sys::include::esp_phy_disable
source ยท pub unsafe extern "C" fn esp_phy_disable(modem: esp_phy_modem_t)
Expand description
@brief Disable PHY and RF module
PHY module should be disabled in order to shutdown WiFi or BT. Now PHY and RF disabling job is done automatically when stop WiFi or BT. Users should not call this API in their application.
@param modem the modem to call the phy disable.