pub unsafe extern "C" fn esp_eth_phy_new_ip101(
    config: *const eth_phy_config_t
) -> *mut esp_eth_phy_t
Expand description

@brief Create a PHY instance of IP101

@param[in] config: configuration of PHY

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