esp_eth_phy_802_3_write_mmd_data() function
Write data to MDIO device's memory at address register
Arguments
phy_802_3
IEEE 802.3 PHY object infostructure
devaddr
Address of MDIO device
data
Data to write to the device's memory
Return value
- ESP_OK: Memory written successfully - ESP_FAIL: Memory write 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