Type Alias daisy::pac::dma2d::fgmar::MA_W

pub type MA_W<'a, const O: u8> = FieldWriterRaw<'a, u32, FGMAR_SPEC, u32, u32, Unsafe, 32, O>;
Expand description

Field MA writer - Memory address Address of the data used for the foreground image. This register can only be written when data transfers are disabled. Once the 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.

Aliased Type§

struct MA_W<'a, const O: u8> { /* private fields */ }