esp_eth_stop() function
Stop Ethernet driver
Arguments
hdl
handle of Ethernet driver
Return value
- ESP_OK: stop esp_eth driver successfully - ESP_ERR_INVALID_ARG: stop esp_eth driver failed because of some invalid argument - ESP_ERR_INVALID_STATE: stop esp_eth driver failed because driver has not started yet - ESP_FAIL: stop esp_eth driver failed because some other error occurred
Notes
This function does the oppsite operation of `esp_eth_start`.