Type Definition stm32f1::stm32f103::dma1::IFCR[][src]

type IFCR = Reg<u32, _IFCR>;

DMA interrupt flag clear register (DMA_IFCR)

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