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

@brief Create a PHY instance of DP83848

@param[in] config: configuration of PHY

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