Type Alias ExternInterrupts

Source
pub type ExternInterrupts = BTreeMap<Core, Map<ExternInterrupt>>;
Expand description

Interrupts used to dispatch software tasks

Aliased Typeยง

pub struct ExternInterrupts { /* private fields */ }