Function esp_idf_hal::sys::esp_eth_phy_new_rtl8201

source ยท
pub unsafe extern "C" fn esp_eth_phy_new_rtl8201(
    config: *const eth_phy_config_t,
) -> *mut esp_eth_phy_s
Expand description

@brief Create a PHY instance of RTL8201

@param[in] config: configuration of PHY

@return - instance: create PHY instance successfully - NULL: create PHY instance failed because some error occurred