static_ip sample
phcon2_reg_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
phcon2_reg_t
phcon2_reg_t union
PHCON2(PHY Control Register 2)
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_enc28j60.c:52
typedef
union
{
struct
{
uint32_t
reserved_7_0
:
8
;
uint32_t
hdldis
:
1
;
uint32_t
reserved_9
:
1
;
uint32_t
jabber
:
1
;
uint32_t
reserved_12_11
:
2
;
uint32_t
txdis
:
1
;
uint32_t
frclnk
:
1
;
uint32_t
reserved_15
:
1
;
}
;
uint32_t
val
;
}
phcon2_reg_t
;
Fields
Field
Declared as
phcon2_reg_t::val
uint32_t
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