Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

_hw_dma_eei Union Reference

_hw_dma_eei Union Reference

HW_DMA_EEI - Enable Error Interrupt Register (RW) More...

#include <MK64F12_dma.h>


Detailed Description

HW_DMA_EEI - Enable Error Interrupt Register (RW)

Reset value: 0x00000000U

The EEI register provides a bit map for the 16 channels to enable the error interrupt signal for each channel. The state of any given channel's error interrupt enable is directly affected by writes to this register; it is also affected by writes to the SEEI and CEEI. The {S,C}EEI are provided so the error interrupt enable for a single channel can easily be modified without the need to perform a read-modify-write sequence to the EEI register. The DMA error indicator and the error interrupt enable flag must be asserted before an error interrupt request for a given channel is asserted to the interrupt controller.

Definition at line 1102 of file MK64F12_dma.h.