pub fn register_handler(irq_num: usize, handler: IrqHandler) -> boolExpand description
Registers an IRQ handler for the given IRQ.
It also enables the IRQ if the registration succeeds. It returns false
if the registration failed.
pub fn register_handler(irq_num: usize, handler: IrqHandler) -> boolRegisters an IRQ handler for the given IRQ.
It also enables the IRQ if the registration succeeds. It returns false
if the registration failed.