ESP-IDF
rtl8201_update_link_duplex_speed()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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
rtl8201_update_link_duplex_speed()
rtl8201_update_link_duplex_speed() function
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_rtl8201.c:66
static
esp_err_t
rtl8201_update_link_duplex_speed
(
phy_rtl8201_t
*
rtl8201
)
;
Arguments
Argument
rtl8201
Related Functions
Found 1 other functions taking a
phy_rtl8201_t
argument:
Function
rtl8201_page_select()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
rtl8201_update_link_duplex_speed
(
phy_rtl8201_t
*
rtl8201
)
esp_eth_phy_rtl8201.c:66
ESP_GOTO_ON_ERROR
(
rtl8201_update_link_duplex_speed
(
rtl8201
)
,
err
,
TAG
,
"update link duplex speed failed"
)
;
esp_eth_phy_rtl8201.c:119
rtl8201_get_link()
Call Tree
from
examples
rtl8201_update_link_duplex_speed()
is called by 1 function and calls 5 functions:
rtl8201_get_link()
All items filtered out
rtl8201_update_link_duplex_speed()
esp_log_timestamp()
esp_log_write()
esp_eth_mediator_s::on_state_changed
esp_eth_mediator_s::phy_reg_read
rtl8201_page_select()
All items filtered out
Data Use
from
examples
rtl8201_update_link_duplex_speed()
reads 27 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
eth_link_t::ETH_LINK_UP
eth_link_t::ETH_LINK_DOWN
eth_speed_t::ETH_SPEED_10M
eth_speed_t::ETH_SPEED_100M
eth_duplex_t::ETH_DUPLEX_HALF
eth_duplex_t::ETH_DUPLEX_FULL
esp_eth_state_t::ETH_STATE_LINK
esp_eth_state_t::ETH_STATE_SPEED
esp_eth_state_t::ETH_STATE_DUPLEX
esp_eth_state_t::ETH_STATE_PAUSE
anlpar_reg_t::
::symmetric_pause
anlpar_reg_t::val
bmcr_reg_t::
::duplex_mode
bmcr_reg_t::
::speed_select
bmcr_reg_t::val
bmsr_reg_t::
::link_status
bmsr_reg_t::val
phy_802_3_t::eth
phy_802_3_t::addr
phy_802_3_t::link_status
TAG
phy_rtl8201_t::phy_802_3
All items filtered out
rtl8201_update_link_duplex_speed()
phy_802_3_t::link_status
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