esp_eth_phy_802_3_basic_phy_deinit() function
Performs basic PHY chip de-initialization
Arguments
phy_802_3
IEEE 802.3 PHY object infostructure
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