Module stm32h7xx_hal::device::dma2d::cr[][src]

DMA2D control register

Structs

ABORT_W

Write proxy for field ABORT

CAEIE_W

Write proxy for field CAEIE

CEIE_W

Write proxy for field CEIE

CTCIE_W

Write proxy for field CTCIE

MODE_W

Write proxy for field MODE

START_W

Write proxy for field START

SUSP_W

Write proxy for field SUSP

TCIE_W

Write proxy for field TCIE

TEIE_W

Write proxy for field TEIE

TWIE_W

Write proxy for field TWIE

Enums

ABORT_A

Abort This bit can be used to abort the current transfer. This bit is set by software and is automatically reset by hardware when the START bit is reset.

CAEIE_A

CLUT access error interrupt enable This bit is set and cleared by software.

CEIE_A

Configuration Error Interrupt Enable This bit is set and cleared by software.

CTCIE_A

CLUT transfer complete interrupt enable This bit is set and cleared by software.

MODE_A

DMA2D mode This bit is set and cleared by software. It cannot be modified while a transfer is ongoing.

START_A

Start This bit can be used to launch the DMA2D according to the parameters loaded in the various configuration registers

SUSP_A

Suspend This bit can be used to suspend the current transfer. This bit is set and reset by software. It is automatically reset by hardware when the START bit is reset.

TCIE_A

Transfer complete interrupt enable This bit is set and cleared by software.

TEIE_A

Transfer error interrupt enable This bit is set and cleared by software.

TWIE_A

Transfer watermark interrupt enable This bit is set and cleared by software.

Type Definitions

ABORT_R

Reader of field ABORT

CAEIE_R

Reader of field CAEIE

CEIE_R

Reader of field CEIE

CTCIE_R

Reader of field CTCIE

MODE_R

Reader of field MODE

R

Reader of register CR

START_R

Reader of field START

SUSP_R

Reader of field SUSP

TCIE_R

Reader of field TCIE

TEIE_R

Reader of field TEIE

TWIE_R

Reader of field TWIE

W

Writer for register CR