Type Alias IMR

Source
pub type IMR = Reg<IMRrs>;
Expand description

IMR (rw) register accessor: Interrupt mask register (EXTI_IMR)

You can read this register and get imr::R. You can reset, write, write_with_zero this register using imr::W. You can also modify this register. See API.

See register structure

For information about available fields see imr module

Aliased Typeยง

pub struct IMR { /* private fields */ }