| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- Ethernet
- ========
- 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
|