pub fn register_irq_handler(vector: usize, handler: IrqHandler) -> HalResult
Expand description

Add an interrupt handler to an IRQ.