ESP-IDF
phy_lan87xx_t::phy_802_3
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
phy_lan87xx_t::phy_802_3
phy_lan87xx_t::phy_802_3 field
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_lan87xx.c:214
phy_802_3_t
phy_802_3
;
Examples
References
from
examples
Code
Location
Referrer
phy_802_3_t
phy_802_3
;
esp_eth_phy_lan87xx.c:214
esp_eth_mediator_t
*
eth
=
lan87xx
->
phy_802_3
.
eth
;
esp_eth_phy_lan87xx.c:220
lan87xx_update_link_duplex_speed()
uint32_t
addr
=
lan87xx
->
phy_802_3
.
addr
;
esp_eth_phy_lan87xx.c:221
lan87xx_update_link_duplex_speed()
if
(
lan87xx
->
phy_802_3
.
link_status
!=
link
)
{
esp_eth_phy_lan87xx.c:240
lan87xx_update_link_duplex_speed()
lan87xx
->
phy_802_3
.
link_status
=
link
;
esp_eth_phy_lan87xx.c:275
lan87xx_update_link_duplex_speed()
phy_lan87xx_t
*
lan87xx
=
__containerof
(
esp_eth_phy_into_phy_802_3
(
phy
)
,
phy_lan87xx_t
,
phy_802_3
)
;
esp_eth_phy_lan87xx.c:285
lan87xx_get_link()
ESP_GOTO_ON_FALSE
(
esp_eth_phy_802_3_obj_config_init
(
&
lan87xx
->
phy_802_3
,
&
lan87xx_config
)
==
ESP_OK
,
esp_eth_phy_lan87xx.c:374
esp_eth_phy_new_lan87xx()
lan87xx
->
phy_802_3
.
parent
.
init
=
lan87xx_init
;
esp_eth_phy_lan87xx.c:378
esp_eth_phy_new_lan87xx()
lan87xx
->
phy_802_3
.
parent
.
get_link
=
lan87xx_get_link
;
esp_eth_phy_lan87xx.c:379
esp_eth_phy_new_lan87xx()
lan87xx
->
phy_802_3
.
parent
.
autonego_ctrl
=
lan87xx_autonego_ctrl
;
esp_eth_phy_lan87xx.c:380
esp_eth_phy_new_lan87xx()
lan87xx
->
phy_802_3
.
parent
.
loopback
=
lan87xx_loopback
;
esp_eth_phy_lan87xx.c:381
esp_eth_phy_new_lan87xx()
lan87xx
->
phy_802_3
.
parent
.
set_speed
=
lan87xx_set_speed
;
esp_eth_phy_lan87xx.c:382
esp_eth_phy_new_lan87xx()
return
&
lan87xx
->
phy_802_3
.
parent
;
esp_eth_phy_lan87xx.c:384
esp_eth_phy_new_lan87xx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
phy_lan87xx_t::phy_802_3
is read by 3 functions:
All items filtered out
phy_lan87xx_t::phy_802_3
lan87xx_update_link_duplex_speed()
lan87xx_get_link()
esp_eth_phy_new_lan87xx()
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