pub type IER = Reg<u32, _IER>;
interrupt enable 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 ier module
pub struct IER { /* private fields */ }
Register IER reset()’s with value 0
reset()
read() method returns ier::R reader structure
read()
write(|w| ..) method takes ier::W writer structure
write(|w| ..)