ESP-IDF
rtl8201_page_select()
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
rtl8201_page_select()
rtl8201_page_select() function
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_rtl8201.c:53
static
esp_err_t
rtl8201_page_select
(
phy_rtl8201_t
*
rtl8201
,
uint32_t
page
)
;
Arguments
Argument
rtl8201
page
Related Functions
Found 1 other functions taking a
phy_rtl8201_t
argument:
Function
rtl8201_update_link_duplex_speed()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
rtl8201_page_select
(
phy_rtl8201_t
*
rtl8201
,
uint32_t
page
)
esp_eth_phy_rtl8201.c:53
ESP_GOTO_ON_ERROR
(
rtl8201_page_select
(
rtl8201
,
0
)
,
err
,
TAG
,
"select page 0 failed"
)
;
esp_eth_phy_rtl8201.c:77
rtl8201_update_link_duplex_speed()
Call Tree
from
examples
rtl8201_page_select()
is called by 1 function and calls 3 functions:
rtl8201_update_link_duplex_speed()
All items filtered out
rtl8201_page_select()
esp_log_timestamp()
esp_log_write()
esp_eth_mediator_s::phy_reg_write
All items filtered out
Data Use
from
examples
rtl8201_page_select()
reads 10 variables:
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
phy_802_3_t::eth
phy_802_3_t::addr
TAG
psr_reg_t::val
phy_rtl8201_t::phy_802_3
All items filtered out
rtl8201_page_select()
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