Module stm32_hal2::pac::dma2d::cr

source ·
Expand description

DMA2D control register

Structs§

  • DMA2D control register
  • Register CR reader
  • Register CR writer

Enums§

  • 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.
  • CLUT access error interrupt enable This bit is set and cleared by software.
  • Configuration Error Interrupt Enable This bit is set and cleared by software.
  • CLUT transfer complete interrupt enable This bit is set and cleared by software.
  • DMA2D mode This bit is set and cleared by software. It cannot be modified while a transfer is ongoing.
  • Start This bit can be used to launch the DMA2D according to the parameters loaded in the various configuration registers
  • 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.
  • Transfer complete interrupt enable This bit is set and cleared by software.
  • Transfer error interrupt enable This bit is set and cleared by software.
  • Transfer watermark interrupt enable This bit is set and cleared by software.

Type Aliases§

  • Field ABORT reader - 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.
  • Field ABORT writer - 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.
  • Field CAEIE reader - CLUT access error interrupt enable This bit is set and cleared by software.
  • Field CAEIE writer - CLUT access error interrupt enable This bit is set and cleared by software.
  • Field CEIE reader - Configuration Error Interrupt Enable This bit is set and cleared by software.
  • Field CEIE writer - Configuration Error Interrupt Enable This bit is set and cleared by software.
  • Field CTCIE reader - CLUT transfer complete interrupt enable This bit is set and cleared by software.
  • Field CTCIE writer - CLUT transfer complete interrupt enable This bit is set and cleared by software.
  • Field MODE reader - DMA2D mode This bit is set and cleared by software. It cannot be modified while a transfer is ongoing.
  • Field MODE writer - DMA2D mode This bit is set and cleared by software. It cannot be modified while a transfer is ongoing.
  • Field START reader - Start This bit can be used to launch the DMA2D according to the parameters loaded in the various configuration registers
  • Field START writer - Start This bit can be used to launch the DMA2D according to the parameters loaded in the various configuration registers
  • Field SUSP reader - 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.
  • Field SUSP writer - 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.
  • Field TCIE reader - Transfer complete interrupt enable This bit is set and cleared by software.
  • Field TCIE writer - Transfer complete interrupt enable This bit is set and cleared by software.
  • Field TEIE reader - Transfer error interrupt enable This bit is set and cleared by software.
  • Field TEIE writer - Transfer error interrupt enable This bit is set and cleared by software.
  • Field TWIE reader - Transfer watermark interrupt enable This bit is set and cleared by software.
  • Field TWIE writer - Transfer watermark interrupt enable This bit is set and cleared by software.