esp_eth.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ETHERNET
  2. ========
  3. Application Example
  4. -------------------
  5. Ethernet example: :example:`ethernet/ethernet`.
  6. PHY Interfaces
  7. --------------
  8. The configured PHY model(s) are set in software by configuring the eth_config_t structure for the given PHY.
  9. Headers include a default configuration structure. These default configurations will need some members overriden or re-set before they can be used for a particular PHY hardware configuration. Consult the Ethernet example to see how this is done.
  10. * :component_file:`ethernet/include/eth_phy/phy.h` (common)
  11. * :component_file:`ethernet/include/eth_phy/phy_tlk110.h`
  12. * :component_file:`ethernet/include/eth_phy/phy_lan8720.h`
  13. PHY Configuration Constants
  14. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. .. doxygenvariable:: phy_tlk110_default_ethernet_config
  16. .. doxygenvariable:: phy_lan8720_default_ethernet_config
  17. API Reference - Ethernet
  18. ------------------------
  19. .. include:: /_build/inc/esp_eth.inc
  20. API Reference - PHY Common
  21. --------------------------
  22. .. include:: /_build/inc/phy.inc
  23. API Reference - PHY TLK110
  24. --------------------------
  25. .. include:: /_build/inc/phy_tlk110.inc
  26. API Reference - PHY LAN8720
  27. ---------------------------
  28. .. include:: /_build/inc/phy_lan8720.inc