Function esp_idf_sys::esp_eth_phy_new_w5500
source ยท pub unsafe extern "C" fn esp_eth_phy_new_w5500(
config: *const eth_phy_config_t,
) -> *mut esp_eth_phy_t
Expand description
@brief Create a PHY instance of W5500
@param[in] config: configuration of PHY
@return - instance: create PHY instance successfully - NULL: create PHY instance failed because some error occurred