ESP-IDF + 0/7 examples
SourceVu will show references to esp_eth_start() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: start esp_eth driver successfully - ESP_ERR_INVALID_ARG: start esp_eth driver failed because of some invalid argument - ESP_ERR_INVALID_STATE: start esp_eth driver failed because driver has started already - ESP_FAIL: start esp_eth driver failed because some other error occurred

Notes

This API will start driver state machine and internal software timer (for checking link status).

References

from examples