MaW

Type Alias MaW 

Source
pub type MaW<'a, REG> = FieldWriter<'a, REG, 32, u32>;
Expand description

Field MA writer - peripheral address It contains the base address of the memory from/to which the data will be read/written. In memory-to-memory mode, this register identifies the memory source address if DIR = 1 and the memory destination address if DIR = 0. In peripheral-to-peripheral mode, this register identifies the peripheral source address DIR = 1 and the peripheral destination address if DIR = 0.

Aliased Typeยง

pub struct MaW<'a, REG> { /* private fields */ }