esp_eth_stop() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

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`.

References

from examples