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

type CFR = Reg<u32, _CFR>;

DMA Channel Clear Flag Register

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

For information about available fields see cfr module

Trait Implementations

impl ResetValue for CFR[src]

Register CFR reset()'s with value 0

type Type = u32

Register size

impl Writable for CFR[src]

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