static_ip sample
eth_dev_info_t
is only used within static_ip sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
static_ip sample
eth_dev_info_t
eth_dev_info_t struct
Syntax
Show:
Summary
Declaration
from
ethernet_init.h:21
typedef
struct
{
char
name
[
12
]
;
eth_dev_type_t
type
;
union
{
struct
{
uint8_t
eth_internal_mdc
;
uint8_t
eth_internal_mdio
;
}
;
struct
{
uint8_t
eth_spi_cs
;
uint8_t
eth_spi_int
;
}
;
}
pin
;
}
eth_dev_info_t
;
Fields
Field
Declared as
eth_dev_info_t::name
char
[
12
]
eth_dev_info_t::type
eth_dev_type_t
eth_dev_info_t::pin
union
{
struct
{
uint8_t
eth_internal_mdc
;
uint8_t
eth_internal_mdio
;
}
;
struct
{
uint8_t
eth_spi_cs
;
uint8_t
eth_spi_int
;
}
;
}
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out