[][src]Type Definition stm32f3::stm32f373::exti::IMR

type IMR = Reg<u32, _IMR>;

Interrupt mask register (EXTI_IMR)

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

For information about available fields see imr module

Trait Implementations

impl Readable for IMR[src]

read() method returns imr::R reader structure

impl ResetValue for IMR[src]

Register IMR reset()'s with value 0x1f80_0000

type Type = u32

Register size

impl Writable for IMR[src]

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