Type Definition stm32g0::stm32g041::dma::ch::MAR[][src]

type MAR = Reg<u32, _MAR>;

DMA channel x memory address register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see mar module

Trait Implementations

impl Readable for MAR[src]

read() method returns mar::R reader structure

impl ResetValue for MAR[src]

Register MAR reset()'s with value 0

type Type = u32

Register size

impl Writable for MAR[src]

write(|w| ..) method takes mar::W writer structure