esp_eth_phy_802_3_basic_phy_deinit() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: de-initialized Ethernet PHY successfully - ESP_FAIL: de-initialization of Ethernet PHY failed because some error occurred - 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 last function in PHY specific driver instance

References

from examples