[][src]Type Definition stm32f4::stm32f469::dma2d::IFCR

type IFCR = Reg<u32, _IFCR>;

interrupt flag clear register

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

For information about available fields see ifcr module

Trait Implementations

impl Readable for IFCR[src]

read() method returns ifcr::R reader structure

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