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

62 lines
1.3 KiB
ReStructuredText
Raw Normal View History

Ethernet
========
2019-12-31 06:53:55 +00:00
:link_to_translation:`zh_CN:[中文]`
Application Example
-------------------
- Ethernet basic example: :example:`ethernet/basic`.
- Ethernet iperf example: :example:`ethernet/iperf`.
- Ethernet to Wi-Fi AP "router": :example:`ethernet/eth2ap`.
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
----------------------------
.. include-build-file:: inc/esp_eth.inc
2019-04-10 08:24:50 +00:00
API Reference - Common Interface
--------------------------------
.. include-build-file:: inc/esp_eth_com.inc
2019-04-10 08:24:50 +00:00
API Reference - MAC Interface
-----------------------------
.. include-build-file:: inc/esp_eth_mac.inc
2019-04-10 08:24:50 +00:00
API Reference - PHY Interface
-----------------------------
.. include-build-file:: inc/esp_eth_phy.inc
API Reference - Glue for esp_netif
----------------------------------
.. include-build-file:: inc/esp_eth_netif_glue.inc