]> granicus.if.org Git - esp-idf/commitdiff
ethernet: add doc
authorshangke <shangke@espressif.com>
Sat, 11 Feb 2017 08:42:16 +0000 (16:42 +0800)
committershangke <shangke@espressif.com>
Sat, 11 Feb 2017 08:42:16 +0000 (16:42 +0800)
components/ethernet/include/esp_eth.h

index 2fea05c923cc29f5b951f811f550d8bdbd1297b7..c2a3554b115db534f9832ac7d8a7d2f76976eb60 100644 (file)
@@ -98,7 +98,7 @@ typedef struct {
     eth_gpio_config_func gpio_config;           /*!< gpio config func  */
     bool flow_ctrl_enable;                      /*!< flag of flow ctrl enable */
     eth_phy_get_partner_pause_enable_func  phy_get_partner_pause_enable; /*!< get partner pause enable */
-    eth_phy_power_enable_func  phy_power_enable;
+    eth_phy_power_enable_func  phy_power_enable;  /*!< enable or disable phy power */
     
 } eth_config_t;