Function axhal::irq::dispatch_irq

source ·
pub fn dispatch_irq(vector: usize)
Available on crate feature irq only.
Expand description

Dispatches the IRQ.

This function is called by the common interrupt handler. It looks up in the IRQ handler table and calls the corresponding handler. If necessary, it also acknowledges the interrupt controller after handling.