Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

_hw_enet_eir Union Reference

_hw_enet_eir Union Reference

HW_ENET_EIR - Interrupt Event Register (RW) More...

#include <MK64F12_enet.h>


Detailed Description

HW_ENET_EIR - Interrupt Event Register (RW)

Reset value: 0x00000000U

When an event occurs that sets a bit in EIR, an interrupt occurs if the corresponding bit in the interrupt mask register (EIMR) is also set. Writing a 1 to an EIR bit clears it; writing 0 has no effect. This register is cleared upon hardware reset. TxBD[INT] and RxBD[INT] must be set to 1 to allow setting the corresponding EIR register flags in enhanced mode, ENET_ECR[EN1588] = 1. Legacy mode does not require these flags to be enabled.

Definition at line 213 of file MK64F12_enet.h.