ESP-IDF
phy_ksz80xx_t::phy_802_3
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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_ksz80xx_t::phy_802_3
phy_ksz80xx_t::phy_802_3 field
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_ksz80xx.c:33
phy_802_3_t
phy_802_3
;
Examples
References
from
examples
Code
Location
Referrer
phy_802_3_t
phy_802_3
;
esp_eth_phy_ksz80xx.c:33
esp_eth_mediator_t
*
eth
=
ksz80xx
->
phy_802_3
.
eth
;
esp_eth_phy_ksz80xx.c:63
ksz80xx_update_link_duplex_speed()
uint32_t
addr
=
ksz80xx
->
phy_802_3
.
addr
;
esp_eth_phy_ksz80xx.c:64
ksz80xx_update_link_duplex_speed()
if
(
ksz80xx
->
phy_802_3
.
link_status
!=
link
)
{
esp_eth_phy_ksz80xx.c:74
ksz80xx_update_link_duplex_speed()
ksz80xx
->
phy_802_3
.
link_status
=
link
;
esp_eth_phy_ksz80xx.c:111
ksz80xx_update_link_duplex_speed()
phy_ksz80xx_t
*
ksz80xx
=
__containerof
(
esp_eth_phy_into_phy_802_3
(
phy
)
,
phy_ksz80xx_t
,
phy_802_3
)
;
esp_eth_phy_ksz80xx.c:121
ksz80xx_get_link()
phy_ksz80xx_t
*
ksz80xx
=
__containerof
(
phy_802_3
,
phy_ksz80xx_t
,
phy_802_3
)
;
esp_eth_phy_ksz80xx.c:157
ksz80xx_init()
ESP_GOTO_ON_FALSE
(
esp_eth_phy_802_3_obj_config_init
(
&
ksz80xx
->
phy_802_3
,
config
)
==
ESP_OK
,
esp_eth_phy_ksz80xx.c:205
esp_eth_phy_new_ksz80xx()
ksz80xx
->
phy_802_3
.
parent
.
init
=
ksz80xx_init
;
esp_eth_phy_ksz80xx.c:209
esp_eth_phy_new_ksz80xx()
ksz80xx
->
phy_802_3
.
parent
.
get_link
=
ksz80xx_get_link
;
esp_eth_phy_ksz80xx.c:210
esp_eth_phy_new_ksz80xx()
ksz80xx
->
phy_802_3
.
parent
.
set_speed
=
ksz80xx_set_speed
;
esp_eth_phy_ksz80xx.c:211
esp_eth_phy_new_ksz80xx()
return
&
ksz80xx
->
phy_802_3
.
parent
;
esp_eth_phy_ksz80xx.c:213
esp_eth_phy_new_ksz80xx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
phy_ksz80xx_t::phy_802_3
is read by 4 functions:
All items filtered out
phy_ksz80xx_t::phy_802_3
ksz80xx_update_link_duplex_speed()
ksz80xx_get_link()
ksz80xx_init()
esp_eth_phy_new_ksz80xx()
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