Function esp_idf_svc::sys::esp_eth_phy_new_dm9051

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

@brief Create a PHY instance of DM9051

@param[in] config: configuration of PHY

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