Function esp_idf_sys::esp_netif_deinit
source ยท pub unsafe extern "C" fn esp_netif_deinit() -> esp_err_t
Expand description
@brief Deinitialize the esp-netif component (and the underlying TCP/IP stack)
Note: Deinitialization is not supported yet
@return - ESP_ERR_INVALID_STATE if esp_netif not initialized - ESP_ERR_NOT_SUPPORTED otherwise