Function handle

Source
pub fn handle(irq: usize)
Available on crate feature irq only.
Expand description

Handles the IRQ.

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