Function irq_handler

Source
pub fn irq_handler(vector: usize) -> bool
Available on crate feature irq only.
Expand description

IRQ handler.

ยงWarn

Make sure called in an interrupt context or hypervisor VM exit handler.