Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

_hw_dma_ceei Union Reference

_hw_dma_ceei Union Reference

HW_DMA_CEEI - Clear Enable Error Interrupt Register (WO) More...

#include <MK64F12_dma.h>


Detailed Description

HW_DMA_CEEI - Clear Enable Error Interrupt Register (WO)

Reset value: 0x00U

The CEEI provides a simple memory-mapped mechanism to clear a given bit in the EEI to disable the error interrupt for a given channel. The data value on a register write causes the corresponding bit in the EEI to be cleared. Setting the CAEE bit provides a global clear function, forcing the EEI contents to be cleared, disabling all DMA request inputs. If the NOP bit is set, the command is ignored. This allows you to write multiple-byte registers as a 32-bit word. Reads of this register return all zeroes.

Definition at line 1546 of file MK64F12_dma.h.