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

Return value

- ESP_OK: initialized Ethernet PHY successfully - ESP_FAIL: initialization of Ethernet PHY failed because some error occurred - ESP_ERR_INVALID_ARG: invalid argument - ESP_ERR_NOT_FOUND: PHY device not detected - ESP_ERR_TIMEOUT: MII Management read/write operation timeout - ESP_ERR_INVALID_STATE: PHY is in invalid state to perform requested operation

Notes

It should be called as the first function in PHY specific driver instance

References

from examples