ESP-IDF
esp_eth_phy_802_3_set_link()
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_set_link()
esp_eth_phy_802_3_set_link() function
Set Ethernet PHY link status
Syntax
Show:
Summary
Declaration
Definition
from
esp_eth_phy_802_3.h:173
esp_err_t
esp_eth_phy_802_3_set_link
(
phy_802_3_t
*
phy_802_3
,
eth_link_t
link
)
;
Implemented in
esp_eth_phy_802_3.c:410
Arguments
Argument
Declared as
Description
phy_802_3
phy_802_3_t
*
IEEE 802.3 PHY object infostructure
link
eth_link_t
new link status
Return value
- ESP_OK: Ethernet PHY link set successfully
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_reset()
Reset PHY
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_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