2018-12-03 18:11:31 +11:00
|
|
|
Ethernet
|
2016-11-08 17:45:17 +08:00
|
|
|
========
|
|
|
|
|
|
|
|
Application Example
|
|
|
|
-------------------
|
|
|
|
|
2019-01-28 20:29:58 +08:00
|
|
|
- Ethernet basic example: :example:`ethernet/ethernet`.
|
|
|
|
- Ethernet iperf example: :example:`ethernet/iperf`.
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
Ethernet Driver Model
|
|
|
|
---------------------
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
* :component_file:`esp_eth/include/esp_eth.h`
|
2017-04-19 12:02:53 +10:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
Ethernet Common Interface
|
|
|
|
-------------------------
|
2017-04-19 12:02:53 +10:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
* :component_file:`esp_eth/include/esp_eth_com.h`
|
2017-05-02 10:36:01 +02:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
Ethernet MAC Interface
|
|
|
|
----------------------
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
* :component_file:`esp_eth/include/esp_eth_mac.h`
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
Ethernet PHY Interface
|
|
|
|
----------------------
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
* :component_file:`esp_eth/include/esp_eth_phy.h`
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
Ethernet PHY Common Registers
|
|
|
|
-----------------------------
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
* :component_file:`esp_eth/include/eth_phy_regs_struct.h`
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
API Reference - Driver Model
|
|
|
|
----------------------------
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
.. include:: /_build/inc/esp_eth.inc
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
API Reference - Common Interface
|
|
|
|
--------------------------------
|
2016-11-08 17:45:17 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
.. include:: /_build/inc/esp_eth_com.inc
|
2017-04-19 12:02:53 +10:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
API Reference - MAC Interface
|
|
|
|
-----------------------------
|
2017-04-19 12:02:53 +10:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
.. include:: /_build/inc/esp_eth_mac.inc
|
2019-01-28 20:29:58 +08:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
API Reference - PHY Interface
|
|
|
|
-----------------------------
|
2017-04-19 12:02:53 +10:00
|
|
|
|
2019-04-10 16:24:50 +08:00
|
|
|
.. include:: /_build/inc/esp_eth_phy.inc
|