pub fn dispatch_irq(
irq: usize,
origin: TrapOrigin,
context: Option<InterruptedContext>,
) -> boolExpand description
Dispatches an IRQ through the runtime-registered handler, or the default handler.
pub fn dispatch_irq(
irq: usize,
origin: TrapOrigin,
context: Option<InterruptedContext>,
) -> boolDispatches an IRQ through the runtime-registered handler, or the default handler.