Function esp_idf_sys::esp_eth_get_phy_instance

source ยท
pub unsafe extern "C" fn esp_eth_get_phy_instance(
    hdl: esp_eth_handle_t,
    phy: *mut *mut esp_eth_phy_t,
) -> esp_err_t
Expand description

@brief Get PHY instance memory address

@param[in] hdl handle of Ethernet driver @param[out] phy pointer to memory to store the instance @return esp_err_t - ESP_OK: success - ESP_ERR_INVALID_ARG: failed because of some invalid argument