ESP-IDF
physts_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
physts_reg_t
physts_reg_t union
Vendor Specific Register************** PHYSTS(PHY Status Register)
Syntax
Show:
Summary
Declaration
from
esp_eth_phy_dp83848.c:21
typedef
union
{
struct
{
uint32_t
link_status
:
1
;
uint32_t
speed_status
:
1
;
uint32_t
duplex_status
:
1
;
uint32_t
loopback_status
:
1
;
uint32_t
auto_nego_complete
:
1
;
uint32_t
jabber_detect
:
1
;
uint32_t
remote_fault
:
1
;
uint32_t
mii_interrupt
:
1
;
uint32_t
page_received
:
1
;
uint32_t
descrambler_lock
:
1
;
uint32_t
signal_detect
:
1
;
uint32_t
false_carrier_sense_latch
:
1
;
uint32_t
polarity_status
:
1
;
uint32_t
receive_error_latch
:
1
;
uint32_t
mdix_mode
:
1
;
uint32_t
reserved
:
1
;
}
;
uint32_t
val
;
}
physts_reg_t
;
Fields
Field
Declared as
physts_reg_t::val
uint32_t
Examples
References
from
examples
Code
Location
Referrer
typedef
union
{
esp_eth_phy_dp83848.c:21
}
physts_reg_t
;
esp_eth_phy_dp83848.c:41
physts_reg_t
physts_reg_t
physts
;
esp_eth_phy_dp83848.c:79
dp83848_update_link_duplex_speed()
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