Function esp_wifi_sys::include::esp_phy_enable

source ยท
pub unsafe extern "C" fn esp_phy_enable(modem: esp_phy_modem_t)
Expand description

@brief Enable PHY and RF module

PHY and RF module should be enabled in order to use WiFi or BT. Now PHY and RF enabling job is done automatically when start WiFi or BT. Users should not call this API in their application.

@param modem the modem to call the phy enable.