ESP-IDF
phy_rtl8201_t::phy_802_3
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
phy_rtl8201_t::phy_802_3
phy_rtl8201_t::phy_802_3 field
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_rtl8201.c:50
phy_802_3_t
phy_802_3
;
Examples
References
from
examples
Code
Location
Referrer
phy_802_3_t
phy_802_3
;
esp_eth_phy_rtl8201.c:50
esp_eth_mediator_t
*
eth
=
rtl8201
->
phy_802_3
.
eth
;
esp_eth_phy_rtl8201.c:56
rtl8201_page_select()
ESP_GOTO_ON_ERROR
(
eth
->
phy_reg_write
(
eth
,
rtl8201
->
phy_802_3
.
addr
,
ETH_PHY_PSR_REG_ADDR
,
psr
.
val
)
,
err
,
TAG
,
"write PSR failed"
)
;
esp_eth_phy_rtl8201.c:60
rtl8201_page_select()
esp_eth_mediator_t
*
eth
=
rtl8201
->
phy_802_3
.
eth
;
esp_eth_phy_rtl8201.c:69
rtl8201_update_link_duplex_speed()
uint32_t
addr
=
rtl8201
->
phy_802_3
.
addr
;
esp_eth_phy_rtl8201.c:70
rtl8201_update_link_duplex_speed()
if
(
rtl8201
->
phy_802_3
.
link_status
!=
link
)
{
esp_eth_phy_rtl8201.c:82
rtl8201_update_link_duplex_speed()
rtl8201
->
phy_802_3
.
link_status
=
link
;
esp_eth_phy_rtl8201.c:107
rtl8201_update_link_duplex_speed()
phy_rtl8201_t
*
rtl8201
=
__containerof
(
esp_eth_phy_into_phy_802_3
(
phy
)
,
phy_rtl8201_t
,
phy_802_3
)
;
esp_eth_phy_rtl8201.c:117
rtl8201_get_link()
ESP_GOTO_ON_FALSE
(
esp_eth_phy_802_3_obj_config_init
(
&
rtl8201
->
phy_802_3
,
&
rtl8201_config
)
==
ESP_OK
,
esp_eth_phy_rtl8201.c:185
esp_eth_phy_new_rtl8201()
rtl8201
->
phy_802_3
.
parent
.
init
=
rtl8201_init
;
esp_eth_phy_rtl8201.c:189
esp_eth_phy_new_rtl8201()
rtl8201
->
phy_802_3
.
parent
.
get_link
=
rtl8201_get_link
;
esp_eth_phy_rtl8201.c:190
esp_eth_phy_new_rtl8201()
rtl8201
->
phy_802_3
.
parent
.
autonego_ctrl
=
rtl8201_autonego_ctrl
;
esp_eth_phy_rtl8201.c:191
esp_eth_phy_new_rtl8201()
rtl8201
->
phy_802_3
.
parent
.
loopback
=
rtl8201_loopback
;
esp_eth_phy_rtl8201.c:192
esp_eth_phy_new_rtl8201()
return
&
rtl8201
->
phy_802_3
.
parent
;
esp_eth_phy_rtl8201.c:194
esp_eth_phy_new_rtl8201()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
phy_rtl8201_t::phy_802_3
is read by 4 functions:
All items filtered out
phy_rtl8201_t::phy_802_3
rtl8201_page_select()
rtl8201_update_link_duplex_speed()
rtl8201_get_link()
esp_eth_phy_new_rtl8201()
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