ESP-IDF
aner_reg_t
is only used within ESP-IDF.
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
ESP-IDF
aner_reg_t
aner_reg_t union
ANER(Auto-Negotiate Expansion Register)
Syntax
Show:
Summary
Declaration
from
eth_phy_802_3_regs.h:144
typedef
union
{
struct
{
uint32_t
link_partner_auto_nego_able
:
1
;
uint32_t
link_page_received
:
1
;
uint32_t
next_page_able
:
1
;
uint32_t
link_partner_next_page_able
:
1
;
uint32_t
parallel_detection_fault
:
1
;
uint32_t
reserved
:
11
;
}
;
uint32_t
val
;
}
aner_reg_t
;
Fields
Field
Declared as
aner_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