Module stm32_hal2::pac::dma2d::omar

source ·
Expand description

DMA2D output memory address register

Structs§

  • DMA2D output memory address register
  • Register OMAR reader
  • Register OMAR writer

Type Aliases§

  • Field MA reader - Memory Address Address of the data used for the output FIFO. These bits can only be written when data transfers are disabled. Once the transfer has started, they are read-only. The address alignment must match the image format selected e.g. a 32-bit per pixel format must be 32-bit aligned and a 16-bit per pixel format must be 16-bit aligned.
  • Field MA writer - Memory Address Address of the data used for the output FIFO. These bits can only be written when data transfers are disabled. Once the transfer has started, they are read-only. The address alignment must match the image format selected e.g. a 32-bit per pixel format must be 32-bit aligned and a 16-bit per pixel format must be 16-bit aligned.