ESP-IDF
emac_mac_dev_s::gmacconfig
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
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::gmacconfig
emac_mac_dev_s::gmacconfig field
Syntax
Show:
Summary
Declaration
from
emac_mac_struct.h:15
volatile
union
{
struct
{
uint32_t
pltf
:
2
;
uint32_t
rx
:
1
;
uint32_t
tx
:
1
;
uint32_t
deferralcheck
:
1
;
uint32_t
backofflimit
:
2
;
uint32_t
padcrcstrip
:
1
;
uint32_t
reserved8
:
1
;
uint32_t
retry
:
1
;
uint32_t
rxipcoffload
:
1
;
uint32_t
duplex
:
1
;
uint32_t
loopback
:
1
;
uint32_t
rxown
:
1
;
uint32_t
fespeed
:
1
;
uint32_t
mii
:
1
;
uint32_t
disablecrs
:
1
;
uint32_t
interframegap
:
3
;
uint32_t
jumboframe
:
1
;
uint32_t
reserved21
:
1
;
uint32_t
jabber
:
1
;
uint32_t
watchdog
:
1
;
uint32_t
reserved24
:
1
;
uint32_t
reserved25
:
1
;
uint32_t
reserved26
:
1
;
uint32_t
ass2kp
:
1
;
uint32_t
sairc
:
3
;
uint32_t
reserved31
:
1
;
}
;
uint32_t
val
;
}
gmacconfig
;
Examples
References
from
examples
Code
Location
Referrer
}
gmacconfig
;
emac_mac_struct.h:45
mac_regs
->
gmacconfig
.
watchdog
=
!
enable
;
emac_ll.h:216
emac_ll_watchdog_enable()
mac_regs
->
gmacconfig
.
jabber
=
!
enable
;
emac_ll.h:221
emac_ll_jabber_enable()
mac_regs
->
gmacconfig
.
interframegap
=
gap
;
emac_ll.h:226
emac_ll_set_inter_frame_gap()
mac_regs
->
gmacconfig
.
disablecrs
=
!
enable
;
emac_ll.h:231
emac_ll_carrier_sense_enable()
mac_regs
->
gmacconfig
.
mii
=
1
;
// 10_100MBPS
emac_ll.h:237
emac_ll_set_port_speed()
mac_regs
->
gmacconfig
.
fespeed
=
speed
;
emac_ll.h:238
emac_ll_set_port_speed()
mac_regs
->
gmacconfig
.
mii
=
0
;
// 1000MBPS
emac_ll.h:240
emac_ll_set_port_speed()
mac_regs
->
gmacconfig
.
rxown
=
!
enable
;
emac_ll.h:246
emac_ll_recv_own_enable()
mac_regs
->
gmacconfig
.
loopback
=
enable
;
emac_ll.h:251
emac_ll_loopback_enable()
mac_regs
->
gmacconfig
.
duplex
=
duplex
;
emac_ll.h:256
emac_ll_set_duplex()
mac_regs
->
gmacconfig
.
rxipcoffload
=
mode
;
emac_ll.h:261
emac_ll_checksum_offload_mode()
mac_regs
->
gmacconfig
.
retry
=
!
enable
;
emac_ll.h:266
emac_ll_retry_enable()
mac_regs
->
gmacconfig
.
padcrcstrip
=
enable
;
emac_ll.h:271
emac_ll_auto_pad_crc_strip_enable()
mac_regs
->
gmacconfig
.
backofflimit
=
limit
;
emac_ll.h:276
emac_ll_set_back_off_limit()
mac_regs
->
gmacconfig
.
deferralcheck
=
enable
;
emac_ll.h:281
emac_ll_deferral_check_enable()
mac_regs
->
gmacconfig
.
pltf
=
len
;
emac_ll.h:286
emac_ll_set_preamble_length()
mac_regs
->
gmacconfig
.
tx
=
enable
;
emac_ll.h:291
emac_ll_transmit_enable()
mac_regs
->
gmacconfig
.
rx
=
enable
;
emac_ll.h:296
emac_ll_receive_enable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
emac_mac_dev_s::gmacconfig
is read by 16 functions:
All items filtered out
emac_mac_dev_s::gmacconfig
emac_ll_watchdog_enable()
emac_ll_jabber_enable()
emac_ll_set_inter_frame_gap()
emac_ll_carrier_sense_enable()
emac_ll_set_port_speed()
emac_ll_recv_own_enable()
emac_ll_loopback_enable()
emac_ll_set_duplex()
emac_ll_checksum_offload_mode()
emac_ll_retry_enable()
emac_ll_auto_pad_crc_strip_enable()
emac_ll_set_back_off_limit()
emac_ll_deferral_check_enable()
emac_ll_set_preamble_length()
emac_ll_transmit_enable()
emac_ll_receive_enable()
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