ESP-IDF
phy_ksz80xx_t::model_number
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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::model_number
phy_ksz80xx_t::model_number field
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_ksz80xx.c:34
uint8_t
model_number
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
model_number
;
esp_eth_phy_ksz80xx.c:34
switch
(
ksz80xx
->
model_number
)
{
esp_eth_phy_ksz80xx.c:132
ksz80xx_init_model()
ESP_GOTO_ON_ERROR
(
esp_eth_phy_802_3_read_manufac_info
(
phy_802_3
,
&
ksz80xx
->
model_number
,
NULL
)
,
err
,
TAG
,
"read manufacturer's info failed"
)
;
esp_eth_phy_ksz80xx.c:164
ksz80xx_init()
if
(
ksz80xx
->
model_number
==
supported_model_numbers
[
i
]
)
{
esp_eth_phy_ksz80xx.c:169
ksz80xx_init()
ESP_GOTO_ON_FALSE
(
supported_model_name
!=
NULL
&&
ksz80xx_init_model
(
ksz80xx
)
,
ESP_FAIL
,
err
,
TAG
,
"unsupported model number: %#04"
PRIx8
,
ksz80xx
->
model_number
)
;
esp_eth_phy_ksz80xx.c:174
ksz80xx_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
phy_ksz80xx_t::model_number
is read by 2 functions:
All items filtered out
phy_ksz80xx_t::model_number
ksz80xx_init_model()
ksz80xx_init()
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