ESP-IDF + 0/1 examples
SourceVu will show references to esp_eth_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Ethernet MAC object.
Ethernet PHY object.
uint32_t
Period time of checking Ethernet link status.
esp_err_t (*)(esp_eth_handle_t eth_handle, uint8_t *buffer, uint32_t length, void *priv)
Input frame buffer to user's stack.
esp_err_t (*)(esp_eth_handle_t eth_handle)
Callback function invoked when lowlevel initialization is finished.
esp_err_t (*)(esp_eth_handle_t eth_handle)
Callback function invoked when lowlevel deinitialization is finished.
esp_err_t (*)(esp_eth_handle_t eth_handle, uint32_t phy_addr, uint32_t phy_reg, uint32_t *reg_value)
Read PHY register.
esp_err_t (*)(esp_eth_handle_t eth_handle, uint32_t phy_addr, uint32_t phy_reg, uint32_t reg_value)
Write PHY register.

References

from examples