Expand description
Interrupt request (IRQ) handling.
Structs§
- Handler
Table - 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.