ESP-IDF
phy_ksz80xx_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Related
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_ksz80xx_t struct
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_ksz80xx.c:31
typedef
struct
{
phy_802_3_t
phy_802_3
;
uint8_t
model_number
;
uint32_t
op_mode_reg
;
uint32_t
op_mode_offset
;
}
phy_ksz80xx_t
;
Fields
Field
Declared as
phy_ksz80xx_t::phy_802_3
phy_802_3_t
phy_ksz80xx_t::model_number
uint8_t
phy_ksz80xx_t::op_mode_reg
uint32_t
phy_ksz80xx_t::op_mode_offset
uint32_t
Related Functions
Found 2 other functions taking a
phy_ksz80xx_t
argument:
Function
ksz80xx_update_link_duplex_speed()
ksz80xx_init_model()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
esp_eth_phy_ksz80xx.c:31
}
phy_ksz80xx_t
;
esp_eth_phy_ksz80xx.c:37
phy_ksz80xx_t
static
esp_err_t
ksz80xx_update_link_duplex_speed
(
phy_ksz80xx_t
*
ksz80xx
)
esp_eth_phy_ksz80xx.c:60
ksz80xx_update_link_duplex_speed()
ksz80xx_update_link_duplex_speed()::ksz80xx
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()
static
bool
ksz80xx_init_model
(
phy_ksz80xx_t
*
ksz80xx
)
esp_eth_phy_ksz80xx.c:129
ksz80xx_init_model()
ksz80xx_init_model()::ksz80xx
phy_ksz80xx_t
*
ksz80xx
=
__containerof
(
phy_802_3
,
phy_ksz80xx_t
,
phy_802_3
)
;
esp_eth_phy_ksz80xx.c:157
ksz80xx_init()
phy_ksz80xx_t
*
ksz80xx
=
calloc
(
1
,
sizeof
(
phy_ksz80xx_t
)
)
;
esp_eth_phy_ksz80xx.c:203
esp_eth_phy_new_ksz80xx()
free
(
ksz80xx
)
;
esp_eth_phy_ksz80xx.c:216
esp_eth_phy_new_ksz80xx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ksz80xx_update_link_duplex_speed()::ksz80xx
ksz80xx_update_link_duplex_speed()
esp_eth_phy_ksz80xx.c:60
ksz80xx_init_model()::ksz80xx
ksz80xx_init_model()
esp_eth_phy_ksz80xx.c:129
Lifecycle
from
examples
phy_ksz80xx_t
is allocated by 1 symbol and is freed by 1 symbol:
esp_eth_phy_new_ksz80xx()
All items filtered out
phy_ksz80xx_t
esp_eth_phy_new_ksz80xx()
All items filtered out