ESP-IDF
supported_model_numbers
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
supported_model_numbers
supported_model_numbers variable
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_ksz80xx.c:39
static
const
uint8_t
supported_model_numbers
[
]
=
{
KSZ80XX_MODEL_NUMBER_11
,
KSZ80XX_MODEL_NUMBER_13
,
KSZ80XX_MODEL_NUMBER_15
,
KSZ80XX_MODEL_NUMBER_16
,
KSZ80XX_MODEL_NUMBER_17
,
KSZ80XX_MODEL_NUMBER_21
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
uint8_t
supported_model_numbers
[
]
=
esp_eth_phy_ksz80xx.c:39
for
(
size_t
i
=
0
;
i
<
sizeof
(
supported_model_numbers
)
;
i
++
)
{
esp_eth_phy_ksz80xx.c:168
ksz80xx_init()
if
(
ksz80xx
->
model_number
==
supported_model_numbers
[
i
]
)
{
esp_eth_phy_ksz80xx.c:169
ksz80xx_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
supported_model_numbers
is read by 1 function:
All items filtered out
supported_model_numbers
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