Module stm32_hal2::pac::dma2d::isr

source ·
Expand description

DMA2D Interrupt Status Register

Structs§

  • DMA2D Interrupt Status Register
  • Register ISR reader

Type Aliases§

  • Field CAEIF reader - CLUT access error interrupt flag This bit is set when the CPU accesses the CLUT while the CLUT is being automatically copied from a system memory to the internal DMA2D.
  • Field CEIF reader - Configuration error interrupt flag This bit is set when the START bit of DMA2D_CR, DMA2DFGPFCCR or DMA2D_BGPFCCR is set and a wrong configuration has been programmed.
  • Field CTCIF reader - CLUT transfer complete interrupt flag This bit is set when the CLUT copy from a system memory area to the internal DMA2D memory is complete.
  • Field TCIF reader - Transfer complete interrupt flag This bit is set when a DMA2D transfer operation is complete (data transfer only).
  • Field TEIF reader - Transfer error interrupt flag This bit is set when an error occurs during a DMA transfer (data transfer or automatic CLUT loading).
  • Field TWIF reader - Transfer watermark interrupt flag This bit is set when the last pixel of the watermarked line has been transferred.