Module irq

Module irq 

Source
Available on crate feature irq only.
Expand description

Interrupt request (IRQ) handling.

Structs§

HandlerTable
A lock-free table of event handlers.

Enums§

IpiTarget
Target specification for inter-processor interrupts (IPIs).

Traits§

IrqIf
IRQ management interface.

Functions§

handle
Handles the IRQ.
register
Registers an IRQ handler for the given IRQ.
send_ipi
Sends an inter-processor interrupt (IPI) to the specified target CPU or all CPUs.
set_enable
Enables or disables the given IRQ.
unregister
Unregisters the IRQ handler for the given IRQ.

Type Aliases§

IrqHandler
The type if an IRQ handler.