esp_idf_sys

Function ethernetif_init

Source
pub unsafe extern "C" fn ethernetif_init(netif: *mut netif) -> err_t
Expand description

@brief LWIP’s network stack init function for Ethernet @param netif LWIP’s network interface handle @return ERR_OK on success