Available on crate feature 
irq only.Expand description
Interrupt management.
Enums§
- IpiTarget
ipi - Target specification for inter-processor interrupts (IPIs).
 
Constants§
- IPI_IRQ
ipi - IPI interrupt num
 
Functions§
- handle
 - Handles the IRQ.
 - irq_
handler  - IRQ handler.
 - register
 - Registers an IRQ handler for the given IRQ.
 - send_
ipi 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.