Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

_hw_dma_serq Union Reference

_hw_dma_serq Union Reference

HW_DMA_SERQ - Set Enable Request Register (WO) More...

#include <MK64F12_dma.h>


Detailed Description

HW_DMA_SERQ - Set Enable Request Register (WO)

Reset value: 0x00U

The SERQ provides a simple memory-mapped mechanism to set a given bit in the ERQ to enable the DMA request for a given channel. The data value on a register write causes the corresponding bit in the ERQ to be set. Setting the SAER bit provides a global set function, forcing the entire contents of ERQ to be set. 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 1842 of file MK64F12_dma.h.