[−][src]Module lpc55_pac::dma0::channel::cfg
Configuration register for DMA channel .
Structs
| BURSTPOWER_W | Write proxy for field |
| CHPRIORITY_W | Write proxy for field |
| DSTBURSTWRAP_W | Write proxy for field |
| HWTRIGEN_W | Write proxy for field |
| PERIPHREQEN_W | Write proxy for field |
| SRCBURSTWRAP_W | Write proxy for field |
| TRIGBURST_W | Write proxy for field |
| TRIGPOL_W | Write proxy for field |
| TRIGTYPE_W | Write proxy for field |
Enums
| DSTBURSTWRAP_A | Destination Burst Wrap. When enabled, the destination data address for the DMA is 'wrapped', meaning that the destination address range for each burst will be the same. As an example, this could be used to write several sequential registers to a peripheral for each DMA burst, writing the same registers again for each burst. |
| HWTRIGEN_A | Hardware Triggering Enable for this channel. |
| PERIPHREQEN_A | Peripheral request Enable. If a DMA channel is used to perform a memory-to-memory move, any peripheral DMA request associated with that channel can be disabled to prevent any interaction between the peripheral and the DMA controller. |
| SRCBURSTWRAP_A | Source Burst Wrap. When enabled, the source data address for the DMA is 'wrapped', meaning that the source address range for each burst will be the same. As an example, this could be used to read several sequential registers from a peripheral for each DMA burst, reading the same registers again for each burst. |
| TRIGBURST_A | Trigger Burst. Selects whether hardware triggers cause a single or burst transfer. |
| TRIGPOL_A | Trigger Polarity. Selects the polarity of a hardware trigger for this channel. |
| TRIGTYPE_A | Trigger Type. Selects hardware trigger as edge triggered or level triggered. |
Type Definitions
| BURSTPOWER_R | Reader of field |
| CHPRIORITY_R | Reader of field |
| DSTBURSTWRAP_R | Reader of field |
| HWTRIGEN_R | Reader of field |
| PERIPHREQEN_R | Reader of field |
| R | Reader of register CFG |
| SRCBURSTWRAP_R | Reader of field |
| TRIGBURST_R | Reader of field |
| TRIGPOL_R | Reader of field |
| TRIGTYPE_R | Reader of field |
| W | Writer for register CFG |