ESP-IDF
phy_dp83848_t::phy_802_3
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
phy_dp83848_t::phy_802_3
phy_dp83848_t::phy_802_3 field
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_dp83848.c:67
phy_802_3_t
phy_802_3
;
Examples
References
from
examples
Code
Location
Referrer
phy_802_3_t
phy_802_3
;
esp_eth_phy_dp83848.c:67
esp_eth_mediator_t
*
eth
=
dp83848
->
phy_802_3
.
eth
;
esp_eth_phy_dp83848.c:73
dp83848_update_link_duplex_speed()
uint32_t
addr
=
dp83848
->
phy_802_3
.
addr
;
esp_eth_phy_dp83848.c:74
dp83848_update_link_duplex_speed()
if
(
dp83848
->
phy_802_3
.
link_status
!=
link
)
{
esp_eth_phy_dp83848.c:84
dp83848_update_link_duplex_speed()
dp83848
->
phy_802_3
.
link_status
=
link
;
esp_eth_phy_dp83848.c:110
dp83848_update_link_duplex_speed()
phy_dp83848_t
*
dp83848
=
__containerof
(
esp_eth_phy_into_phy_802_3
(
phy
)
,
phy_dp83848_t
,
phy_802_3
)
;
esp_eth_phy_dp83848.c:120
dp83848_get_link()
ESP_GOTO_ON_FALSE
(
esp_eth_phy_802_3_obj_config_init
(
&
dp83848
->
phy_802_3
,
config
)
==
ESP_OK
,
esp_eth_phy_dp83848.c:180
esp_eth_phy_new_dp83848()
dp83848
->
phy_802_3
.
parent
.
init
=
dp83848_init
;
esp_eth_phy_dp83848.c:184
esp_eth_phy_new_dp83848()
dp83848
->
phy_802_3
.
parent
.
get_link
=
dp83848_get_link
;
esp_eth_phy_dp83848.c:185
esp_eth_phy_new_dp83848()
dp83848
->
phy_802_3
.
parent
.
autonego_ctrl
=
dp83848_autonego_ctrl
;
esp_eth_phy_dp83848.c:186
esp_eth_phy_new_dp83848()
dp83848
->
phy_802_3
.
parent
.
loopback
=
dp83848_loopback
;
esp_eth_phy_dp83848.c:187
esp_eth_phy_new_dp83848()
return
&
dp83848
->
phy_802_3
.
parent
;
esp_eth_phy_dp83848.c:189
esp_eth_phy_new_dp83848()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
phy_dp83848_t::phy_802_3
is read by 3 functions:
All items filtered out
phy_dp83848_t::phy_802_3
dp83848_update_link_duplex_speed()
dp83848_get_link()
esp_eth_phy_new_dp83848()
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