⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

is_pending

Function is_pending 

Source
pub fn is_pending(irq: IrqNumber) -> KernelResult<bool>
Expand description

Check whether an IRQ is pending.

§Errors

  • KernelError::NotInitialized if the interrupt controller has not been initialized.