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

type C3CR = Reg<u32, _C3CR>;

DMA Multiplexer Channel 3 Control register

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

For information about available fields see c3cr module

Trait Implementations

impl Readable for C3CR[src]

read() method returns c3cr::R reader structure

impl ResetValue for C3CR[src]

Register C3CR reset()'s with value 0

type Type = u32

Register size

impl Writable for C3CR[src]

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