[][src]Module lpc54606_pac::dma0::channel::cfg

Configuration register for DMA channel .

Structs

BURSTPOWER_W

Write proxy for field BURSTPOWER

CHPRIORITY_W

Write proxy for field CHPRIORITY

DSTBURSTWRAP_W

Write proxy for field DSTBURSTWRAP

HWTRIGEN_W

Write proxy for field HWTRIGEN

PERIPHREQEN_W

Write proxy for field PERIPHREQEN

SRCBURSTWRAP_W

Write proxy for field SRCBURSTWRAP

TRIGBURST_W

Write proxy for field TRIGBURST

TRIGPOL_W

Write proxy for field TRIGPOL

TRIGTYPE_W

Write proxy for field TRIGTYPE

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 BURSTPOWER

CHPRIORITY_R

Reader of field CHPRIORITY

DSTBURSTWRAP_R

Reader of field DSTBURSTWRAP

HWTRIGEN_R

Reader of field HWTRIGEN

PERIPHREQEN_R

Reader of field PERIPHREQEN

R

Reader of register CFG

SRCBURSTWRAP_R

Reader of field SRCBURSTWRAP

TRIGBURST_R

Reader of field TRIGBURST

TRIGPOL_R

Reader of field TRIGPOL

TRIGTYPE_R

Reader of field TRIGTYPE

W

Writer for register CFG