Type Alias ISR

Source
pub type ISR = Reg<ISRrs>;
Expand description

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.

See register structure

For information about available fields see isr module

Aliased Typeยง

struct ISR { /* private fields */ }