esp_eth.rst 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. 以太网
  2. =========
  3. :link_to_translation:`en:[英文]`
  4. 应用示例
  5. -------------------
  6. - 以太网基本示例::example:`ethernet/basic`.
  7. - 以太网 iperf 示例::example:`ethernet/iperf`.
  8. 以太网驱动程序模型
  9. ---------------------
  10. * :component_file:`esp_eth/include/esp_eth.h`
  11. 以太网通用接口
  12. -------------------------
  13. * :component_file:`esp_eth/include/esp_eth_com.h`
  14. 以太网 MAC 接口
  15. ----------------------
  16. * :component_file:`esp_eth/include/esp_eth_mac.h`
  17. 以太网 PHY 接口
  18. ----------------------
  19. * :component_file:`esp_eth/include/esp_eth_phy.h`
  20. 以太网 PHY 公共寄存器
  21. -----------------------------
  22. * :component_file:`esp_eth/include/eth_phy_regs_struct.h`
  23. API 参考 -- 驱动程序模型
  24. ----------------------------
  25. .. include-build-file:: inc/esp_eth.inc
  26. API 参考 -- 通用接口
  27. --------------------------------
  28. .. include-build-file:: inc/esp_eth_com.inc
  29. API 参考 -- MAC 接口
  30. -----------------------------
  31. .. include-build-file:: inc/esp_eth_mac.inc
  32. API 参考 -- PHY 接口
  33. -----------------------------
  34. .. include-build-file:: inc/esp_eth_phy.inc
  35. API 参考 -- esp_netif 相关使用
  36. ----------------------------------
  37. .. include-build-file:: inc/esp_eth_netif_glue.inc