pub unsafe extern "C" fn esp_netif_tx_rx_event_disable(
esp_netif: *mut esp_netif_obj,
) -> i32Expand description
@brief Disables transmit/receive event reporting for a network interface.
These functions disables transmit and receive events reporting for a given esp-netif instance.
@param[in] esp_netif Handle to esp-netif instance
@return - ESP_OK: Successfully disabled event reporting - ESP_FAIL: Event reporting not configured