Skip to main content

dispatch_irq

Function dispatch_irq 

Source
pub fn dispatch_irq(
    irq: usize,
    origin: TrapOrigin,
    context: Option<InterruptedContext>,
) -> bool
Expand description

Dispatches an IRQ through the runtime-registered handler, or the default handler.