pub type IMR1 = Reg<u32, _IMR1>;
Interrupt mask register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see imr1 module
pub struct IMR1 { /* private fields */ }
Register IMR1 reset()’s with value 0xff82_0000
reset()
read() method returns imr1::R reader structure
read()
write(|w| ..) method takes imr1::W writer structure
write(|w| ..)