OVMS3-idf/docs/en/api-reference/network/esp_eth.rst

54 lines
1.1 KiB
ReStructuredText
Raw Normal View History

Ethernet
========
Application Example
-------------------
- Ethernet basic example: :example:`ethernet/ethernet`.
- Ethernet iperf example: :example:`ethernet/iperf`.
2019-04-10 08:24:50 +00:00
Ethernet Driver Model
---------------------
2019-04-10 08:24:50 +00:00
* :component_file:`esp_eth/include/esp_eth.h`
2019-04-10 08:24:50 +00:00
Ethernet Common Interface
-------------------------
2019-04-10 08:24:50 +00:00
* :component_file:`esp_eth/include/esp_eth_com.h`
2019-04-10 08:24:50 +00:00
Ethernet MAC Interface
----------------------
2019-04-10 08:24:50 +00:00
* :component_file:`esp_eth/include/esp_eth_mac.h`
2019-04-10 08:24:50 +00:00
Ethernet PHY Interface
----------------------
2019-04-10 08:24:50 +00:00
* :component_file:`esp_eth/include/esp_eth_phy.h`
2019-04-10 08:24:50 +00:00
Ethernet PHY Common Registers
-----------------------------
2019-04-10 08:24:50 +00:00
* :component_file:`esp_eth/include/eth_phy_regs_struct.h`
2019-04-10 08:24:50 +00:00
API Reference - Driver Model
----------------------------
2019-04-10 08:24:50 +00:00
.. include:: /_build/inc/esp_eth.inc
2019-04-10 08:24:50 +00:00
API Reference - Common Interface
--------------------------------
2019-04-10 08:24:50 +00:00
.. include:: /_build/inc/esp_eth_com.inc
2019-04-10 08:24:50 +00:00
API Reference - MAC Interface
-----------------------------
2019-04-10 08:24:50 +00:00
.. include:: /_build/inc/esp_eth_mac.inc
2019-04-10 08:24:50 +00:00
API Reference - PHY Interface
-----------------------------
2019-04-10 08:24:50 +00:00
.. include:: /_build/inc/esp_eth_phy.inc