pub unsafe fn map(core: Cpu, interrupt: Interrupt, which: CpuInterrupt)Expand description
Assign a peripheral interrupt to an CPU interrupt.
ยงSafety
Do not use CPU interrupts in the RESERVED_INTERRUPTS.
pub unsafe fn map(core: Cpu, interrupt: Interrupt, which: CpuInterrupt)Assign a peripheral interrupt to an CPU interrupt.
Do not use CPU interrupts in the RESERVED_INTERRUPTS.