ESP-IDF + 0/2 examples
SourceVu will show references to esp_eth_phy_s from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
esp_err_t (*)(esp_eth_phy_t *phy, esp_eth_mediator_t *mediator)
Set mediator for PHY.
Software Reset Ethernet PHY.
Hardware Reset Ethernet PHY.
Initialize Ethernet PHY.
Deinitialize Ethernet PHY.
esp_err_t (*)(esp_eth_phy_t *phy, eth_phy_autoneg_cmd_t cmd, bool *autonego_en_stat)
Configure auto negotiation.
Get Ethernet PHY link status.
esp_err_t (*)(esp_eth_phy_t *phy, eth_link_t link)
Set Ethernet PHY link status.
esp_err_t (*)(esp_eth_phy_t *phy, bool enable)
Power control of Ethernet PHY.
esp_err_t (*)(esp_eth_phy_t *phy, uint32_t addr)
Set PHY chip address.
esp_err_t (*)(esp_eth_phy_t *phy, uint32_t *addr)
Get PHY chip address.
esp_err_t (*)(esp_eth_phy_t *phy, uint32_t ability)
Advertise pause function supported by MAC layer.
esp_err_t (*)(esp_eth_phy_t *phy, bool enable)
Sets the PHY to loopback mode.
esp_err_t (*)(esp_eth_phy_t *phy, eth_speed_t speed)
Sets PHY speed mode.
esp_err_t (*)(esp_eth_phy_t *phy, eth_duplex_t duplex)
Sets PHY duplex mode.
esp_err_t (*)(esp_eth_phy_t *phy, int cmd, void *data)
Custom IO function of PHY driver. This function is intended to extend common options of esp_eth_ioctl to cover specifics of PHY chip.
Free memory of Ethernet PHY instance.

References

from examples