Function esp_idf_hal::sys::esp_eth_del_netif_glue
source ยท pub unsafe extern "C" fn esp_eth_del_netif_glue(
eth_netif_glue: *mut esp_eth_netif_glue_t,
) -> i32
Expand description
@brief Delete netif glue of Ethernet driver
@param eth_netif_glue netif glue @return -ESP_OK: delete netif glue successfully