ESP-IDF
esp_eth_phy_802_3_reset()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_eth_phy_802_3_reset()
esp_eth_phy_802_3_reset() function
Reset PHY
Syntax
Show:
Summary
Declaration
Definition
from
esp_eth_phy_802_3.h:63
esp_err_t
esp_eth_phy_802_3_reset
(
phy_802_3_t
*
phy_802_3
)
;
Implemented in
esp_eth_phy_802_3.c:135
Arguments
Argument
Description
phy_802_3
IEEE 802.3 PHY object infostructure
Return value
- ESP_OK: Ethernet PHY reset successfully - ESP_FAIL: reset Ethernet PHY failed because some error occurred
Related Functions
Found 27 other functions taking a
phy_802_3_t
argument:
Function
Description
esp_eth_phy_802_3_read_mmd_register()
Set MMD address to mmd_addr with function MMD_FUNC_NOINCR and read contents to *data
esp_eth_phy_802_3_write_mmd_register()
Set MMD address to mmd_addr with function MMD_FUNC_NOINCR and write data
esp_eth_phy_802_3_basic_phy_init()
Performs basic PHY chip initialization
esp_eth_phy_802_3_obj_config_init()
Initializes configuration of parent IEEE 802.3 PHY object infostructure
esp_eth_phy_802_3_read_manufac_info()
Reads manufacturer’s model and revision number
esp_eth_phy_802_3_loopback()
Set Ethernet PHY loopback mode
esp_eth_phy_802_3_read_oui()
Reads raw content of OUI field
esp_eth_phy_802_3_autonego_ctrl()
Control autonegotiation mode of Ethernet PHY
esp_eth_phy_802_3_pwrctl()
Power control of Ethernet PHY
esp_eth_phy_802_3_set_speed()
Set Ethernet PHY speed
esp_eth_phy_802_3_set_mmd_addr()
Write to DIO device's internal address register
esp_eth_phy_802_3_set_addr()
Set Ethernet PHY address
esp_eth_phy_802_3_get_addr()
Get Ethernet PHY address
esp_eth_phy_802_3_advertise_pause_ability()
Advertise pause function ability
esp_eth_phy_802_3_set_link()
Set Ethernet PHY link status
esp_eth_phy_802_3_reset_hw_internal()
Hardware reset with internal timing configuration defined during initialization
esp_eth_phy_802_3_set_duplex()
Set Ethernet PHY duplex mode
esp_eth_phy_802_3_init()
Initialize Ethernet PHY
esp_eth_phy_802_3_deinit()
Power off Eternet PHY
esp_eth_phy_802_3_reset_hw()
Performs hardware reset with specific reset pin assertion time
esp_eth_phy_802_3_basic_phy_deinit()
Performs basic PHY chip de-initialization
esp_eth_phy_802_3_set_mediator()
Set Ethernet mediator
esp_eth_phy_802_3_updt_link_dup_spd()
Retrieve link status and propagate the status to higher layers if the status changed
esp_eth_phy_802_3_write_mmd_data()
Write data to MDIO device's memory at address register
esp_eth_phy_802_3_read_mmd_data()
Read data of MDIO device's memory at address register
esp_eth_phy_802_3_del()
Delete Ethernet PHY infostructure
esp_eth_phy_802_3_get_mmd_addr()
Reads MDIO device's internal address register
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out