Function esp_idf_sys::esp_eth_new_netif_glue
source ยท pub unsafe extern "C" fn esp_eth_new_netif_glue(
eth_hdl: esp_eth_handle_t,
) -> esp_eth_netif_glue_handle_t
Expand description
@brief Create a netif glue for Ethernet driver @note netif glue is used to attach io driver to TCP/IP netif
@param eth_hdl Ethernet driver handle @return glue object, which inherits esp_netif_driver_base_t