Module irq

Source
Expand description

Interrupt request (IRQ) handling.

Structs§

HandlerTable
A lock-free table of event handlers.

Traits§

IrqIf
IRQ management interface.

Functions§

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