Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

_hw_dma_cdne Union Reference

_hw_dma_cdne Union Reference

HW_DMA_CDNE - Clear DONE Status Bit Register (WO) More...

#include <MK64F12_dma.h>


Detailed Description

HW_DMA_CDNE - Clear DONE Status Bit Register (WO)

Reset value: 0x00U

The CDNE provides a simple memory-mapped mechanism to clear the DONE bit in the TCD of the given channel. The data value on a register write causes the DONE bit in the corresponding transfer control descriptor to be cleared. Setting the CADN bit provides a global clear function, forcing all DONE bits to be cleared. 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 1941 of file MK64F12_dma.h.