Module stm32_hal2::pac::dma2d::bgmar

source ·
Expand description

DMA2D background memory address register

Structs§

  • DMA2D background memory address register
  • Register BGMAR reader
  • Register BGMAR writer

Type Aliases§

  • Field MA reader - Memory address Address of the data used for the background image. This register can only be written when data transfers are disabled. Once a data transfer has started, this register is read-only. The address alignment must match the image format selected e.g. a 32-bit per pixel format must be 32-bit aligned, a 16-bit per pixel format must be 16-bit aligned and a 4-bit per pixel format must be 8-bit aligned.
  • Field MA writer - Memory address Address of the data used for the background image. This register can only be written when data transfers are disabled. Once a data transfer has started, this register is read-only. The address alignment must match the image format selected e.g. a 32-bit per pixel format must be 32-bit aligned, a 16-bit per pixel format must be 16-bit aligned and a 4-bit per pixel format must be 8-bit aligned.