Module irq

Source
Available on crate feature irq only.
Expand description

Interrupt management.

Enums§

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

Constants§

IPI_IRQipi
IPI interrupt num

Functions§

handle
Handles the IRQ.
irq_handler
IRQ handler.
register
Registers an IRQ handler for the given IRQ.
send_ipiipi
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.