Type Alias Isr

Source
pub type Isr = Reg<IsrSpec>;
Expand description

ISR (r) register accessor: Interrupt Status Register

You can read this register and get isr::R. See API.

For information about available fields see isr module

Aliased Typeยง

struct Isr { /* private fields */ }