Type Definition stm32g0::stm32g031::dmamux::C2CR[][src]

type C2CR = Reg<u32, _C2CR>;

DMAMux - DMA request line multiplexer channel x control register

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

For information about available fields see c2cr module

Trait Implementations

impl Readable for C2CR[src]

read() method returns c2cr::R reader structure

impl ResetValue for C2CR[src]

Register C2CR reset()'s with value 0

type Type = u32

Register size

impl Writable for C2CR[src]

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