| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- Ethernet
- ========
- :link_to_translation:`zh_CN:[中文]`
- Application Example
- -------------------
- - Ethernet basic example: :example:`ethernet/ethernet`.
- - Ethernet iperf example: :example:`ethernet/iperf`.
- Ethernet Driver Model
- ---------------------
- * :component_file:`esp_eth/include/esp_eth.h`
- Ethernet Common Interface
- -------------------------
- * :component_file:`esp_eth/include/esp_eth_com.h`
- Ethernet MAC Interface
- ----------------------
- * :component_file:`esp_eth/include/esp_eth_mac.h`
- Ethernet PHY Interface
- ----------------------
- * :component_file:`esp_eth/include/esp_eth_phy.h`
- Ethernet PHY Common Registers
- -----------------------------
- * :component_file:`esp_eth/include/eth_phy_regs_struct.h`
- API Reference - Driver Model
- ----------------------------
- .. include:: /_build/inc/esp_eth.inc
- API Reference - Common Interface
- --------------------------------
- .. include:: /_build/inc/esp_eth_com.inc
- API Reference - MAC Interface
- -----------------------------
- .. include:: /_build/inc/esp_eth_mac.inc
- API Reference - PHY Interface
- -----------------------------
- .. include:: /_build/inc/esp_eth_phy.inc
- API Reference - Glue for esp_netif
- ----------------------------------
- .. include:: /_build/inc/esp_eth_netif_glue.inc
|