pub fn is_pending(irq: IrqNumber) -> KernelResult<bool>Expand description
Check whether an IRQ is pending.
§Errors
KernelError::NotInitializedif the interrupt controller has not been initialized.
pub fn is_pending(irq: IrqNumber) -> KernelResult<bool>Check whether an IRQ is pending.
KernelError::NotInitialized if the interrupt controller has not been
initialized.