Type Alias ISR

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

ISR (r) register accessor: Interrupt & status register

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

See register structure

For information about available fields see isr module

Aliased Typeยง

pub struct ISR { /* private fields */ }