[][src]Type Definition stm32wb_pac::dma2::IFCR

type IFCR = Reg<u32, _IFCR>;

interrupt flag clear register

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

For information about available fields see ifcr module

Trait Implementations

impl ResetValue for IFCR[src]

Register IFCR reset()'s with value 0

type Type = u32

Register size

impl Writable for IFCR[src]

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