pub type ExternInterrupts = BTreeMap<Core, Map<ExternInterrupt>>;
Interrupts used to dispatch software tasks
pub struct ExternInterrupts { /* private fields */ }