ESP-IDF
emac_mac_dev_s::gmacfc
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
emac_mac_dev_s::gmacfc
emac_mac_dev_s::gmacfc field
Syntax
Show:
Summary
Declaration
from
emac_mac_struct.h:88
volatile
union
{
struct
{
uint32_t
fcbba
:
1
;
uint32_t
tfce
:
1
;
uint32_t
rfce
:
1
;
uint32_t
upfd
:
1
;
uint32_t
plt
:
2
;
uint32_t
reserved6
:
1
;
uint32_t
dzpq
:
1
;
uint32_t
reserved8
:
8
;
uint32_t
pause_time
:
16
;
}
;
uint32_t
val
;
}
gmacfc
;
Examples
References
from
examples
Code
Location
Referrer
}
gmacfc
;
emac_mac_struct.h:101
HAL_FORCE_MODIFY_U32_REG_FIELD
(
mac_regs
->
gmacfc
,
pause_time
,
time
)
;
emac_ll.h:343
emac_ll_set_pause_time()
mac_regs
->
gmacfc
.
dzpq
=
!
enable
;
emac_ll.h:348
emac_ll_zero_quanta_pause_enable()
mac_regs
->
gmacfc
.
plt
=
threshold
;
emac_ll.h:353
emac_ll_set_pause_low_threshold()
mac_regs
->
gmacfc
.
upfd
=
enable
;
emac_ll.h:358
emac_ll_unicast_pause_frame_detect_enable()
mac_regs
->
gmacfc
.
rfce
=
enable
;
emac_ll.h:363
emac_ll_receive_flow_ctrl_enable()
mac_regs
->
gmacfc
.
tfce
=
enable
;
emac_ll.h:368
emac_ll_transmit_flow_ctrl_enable()
mac_regs
->
gmacfc
.
val
=
0
;
emac_ll.h:373
emac_ll_clear()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
emac_mac_dev_s::gmacfc
is read by 7 functions:
All items filtered out
emac_mac_dev_s::gmacfc
emac_ll_set_pause_time()
emac_ll_zero_quanta_pause_enable()
emac_ll_set_pause_low_threshold()
emac_ll_unicast_pause_frame_detect_enable()
emac_ll_receive_flow_ctrl_enable()
emac_ll_transmit_flow_ctrl_enable()
emac_ll_clear()
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