[][src]Type Definition stm32wb_pac::dmamux1::C0CR

type C0CR = Reg<u32, _C0CR>;

DMA Multiplexer Channel 0 Control register

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

For information about available fields see c0cr module

Trait Implementations

impl Readable for C0CR[src]

read() method returns c0cr::R reader structure

impl ResetValue for C0CR[src]

Register C0CR reset()'s with value 0

type Type = u32

Register size

impl Writable for C0CR[src]

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