Isr

Type Alias Isr 

Source
pub type Isr = Reg<IsrSpec>;
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.

For information about available fields see isr module

Aliased Typeยง

pub struct Isr { /* private fields */ }