2016-11-08 04:45:17 -05:00
|
|
|
ETHERNET
|
|
|
|
========
|
|
|
|
|
|
|
|
Application Example
|
|
|
|
-------------------
|
|
|
|
|
2017-01-19 03:16:06 -05:00
|
|
|
Ethernet example: :example:`ethernet/ethernet`.
|
2016-11-08 04:45:17 -05:00
|
|
|
|
|
|
|
API Reference
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Header Files
|
|
|
|
^^^^^^^^^^^^
|
|
|
|
|
2017-01-19 03:16:06 -05:00
|
|
|
* :component_file:`ethernet/include/esp_eth.h`
|
2016-11-08 04:45:17 -05:00
|
|
|
|
|
|
|
Macros
|
|
|
|
^^^^^^
|
|
|
|
|
|
|
|
|
|
|
|
Type Definitions
|
|
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
|
2017-01-06 01:16:34 -05:00
|
|
|
.. doxygentypedef:: eth_phy_check_link_func
|
|
|
|
.. doxygentypedef:: eth_phy_check_init_func
|
|
|
|
.. doxygentypedef:: eth_phy_get_speed_mode_func
|
|
|
|
.. doxygentypedef:: eth_phy_get_duplex_mode_func
|
|
|
|
.. doxygentypedef:: eth_phy_func
|
|
|
|
.. doxygentypedef:: eth_tcpip_input_func
|
2016-11-08 04:45:17 -05:00
|
|
|
.. doxygentypedef:: eth_gpio_config_func
|
2017-01-06 00:49:42 -05:00
|
|
|
.. doxygentypedef:: eth_phy_get_partner_pause_enable_func
|
2016-11-08 04:45:17 -05:00
|
|
|
|
|
|
|
Enumerations
|
|
|
|
^^^^^^^^^^^^
|
|
|
|
|
|
|
|
.. doxygenenum:: eth_mode_t
|
2017-01-06 01:16:34 -05:00
|
|
|
.. doxygenenum:: eth_speed_mode_t
|
|
|
|
.. doxygenenum:: eth_duplex_mode_t
|
2016-11-08 04:45:17 -05:00
|
|
|
.. doxygenenum:: eth_phy_base_t
|
|
|
|
|
|
|
|
Structures
|
|
|
|
^^^^^^^^^^
|
|
|
|
|
|
|
|
.. doxygenstruct:: eth_config_t
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
|
|
Functions
|
|
|
|
^^^^^^^^^
|
|
|
|
|
|
|
|
.. doxygenfunction:: esp_eth_init
|
|
|
|
.. doxygenfunction:: esp_eth_tx
|
|
|
|
.. doxygenfunction:: esp_eth_enable
|
|
|
|
.. doxygenfunction:: esp_eth_disable
|
|
|
|
.. doxygenfunction:: esp_eth_get_mac
|
|
|
|
.. doxygenfunction:: esp_eth_smi_write
|
|
|
|
.. doxygenfunction:: esp_eth_smi_read
|
2017-01-06 01:16:34 -05:00
|
|
|
.. doxygenfunction:: esp_eth_free_rx_buf
|