ESP-IDF
phycr_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
phycr_reg_t
phycr_reg_t union
PHYCR(PHY Control Register)
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_dp83848.c:48
typedef
union
{
struct
{
uint32_t
phy_addr
:
5
;
uint32_t
led_cfg
:
2
;
uint32_t
bypass_led_stretching
:
1
;
uint32_t
bist_start
:
1
;
uint32_t
bist_status
:
1
;
uint32_t
psr_15
:
1
;
uint32_t
bist_force_error
:
1
;
uint32_t
pause_trans_negotiate
:
1
;
uint32_t
pause_receive_negotiat
:
1
;
uint32_t
force_mdix
:
1
;
uint32_t
en_auto_mdix
:
1
;
}
;
uint32_t
val
;
}
phycr_reg_t
;
Fields
Field
Declared as
phycr_reg_t::val
uint32_t
Examples
References
from
examples
Code
Location
Referrer
typedef
union
{
esp_eth_phy_dp83848.c:48
}
phycr_reg_t
;
esp_eth_phy_dp83848.c:63
phycr_reg_t
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