Type Definition stm32g0::stm32g030::dmamux::C4CR[][src]

type C4CR = Reg<u32, _C4CR>;

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 c4cr module

Trait Implementations

impl Readable for C4CR[src]

read() method returns c4cr::R reader structure

impl ResetValue for C4CR[src]

Register C4CR reset()'s with value 0

type Type = u32

Register size

impl Writable for C4CR[src]

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