pub type IMR = Reg<IMRrs>;
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.
read
imr::R
reset
write
write_with_zero
imr::W
modify
See register structure
For information about available fields see imr module
imr
pub struct IMR { /* private fields */ }