File tree 2 files changed +22
-0
lines changed
esp32c3/include/esp_eth/include
esp32s2/include/esp_eth/include
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,17 @@ esp_eth_phy_t *esp_eth_phy_new_rtl8201(const eth_phy_config_t *config);
242
242
*/
243
243
esp_eth_phy_t * esp_eth_phy_new_lan8720 (const eth_phy_config_t * config );
244
244
245
+ /**
246
+ * @brief Create a PHY instance of LAN8742
247
+ *
248
+ * @param[in] config: configuration of PHY
249
+ *
250
+ * @return
251
+ * - instance: create PHY instance successfully
252
+ * - NULL: create PHY instance failed because some error occurred
253
+ */
254
+ esp_eth_phy_t * esp_eth_phy_new_lan8742 (const eth_phy_config_t * config );
255
+
245
256
/**
246
257
* @brief Create a PHY instance of DP83848
247
258
*
Original file line number Diff line number Diff line change @@ -242,6 +242,17 @@ esp_eth_phy_t *esp_eth_phy_new_rtl8201(const eth_phy_config_t *config);
242
242
*/
243
243
esp_eth_phy_t * esp_eth_phy_new_lan8720 (const eth_phy_config_t * config );
244
244
245
+ /**
246
+ * @brief Create a PHY instance of LAN8742
247
+ *
248
+ * @param[in] config: configuration of PHY
249
+ *
250
+ * @return
251
+ * - instance: create PHY instance successfully
252
+ * - NULL: create PHY instance failed because some error occurred
253
+ */
254
+ esp_eth_phy_t * esp_eth_phy_new_lan8742 (const eth_phy_config_t * config );
255
+
245
256
/**
246
257
* @brief Create a PHY instance of DP83848
247
258
*
You can’t perform that action at this time.
0 commit comments