esp_eth_phy_802_3_read_mmd_data() function
Read data of MDIO device's memory at address register
Arguments
phy_802_3
IEEE 802.3 PHY object infostructure
devaddr
Address of MDIO device
data
Data read from the device's memory
Return value
- ESP_OK: Memory read successfully - ESP_FAIL: Memory read failed because of some error occurred - ESP_ERR_INVALID_ARG: Device address provided is out of range (hardware limits device address to 5 bits) or MMD access function is invalid