pub type ISR = Reg<ISRrs>;
ISR (rw) register accessor: initialization and status register
You can read this register and get isr::R. You can reset, write, write_with_zero this register using isr::W. You can also modify this register. See API.
read
isr::R
reset
write
write_with_zero
isr::W
modify
See register structure
For information about available fields see isr module
isr
struct ISR { /* private fields */ }