Available on crate feature
irq
only.Expand description
Interrupt management.
Functions
- Dispatches the IRQ.
- Registers an IRQ handler for the given IRQ.
- Enables or disables the given IRQ.
Type Aliases
- The type if an IRQ handler.
irq
only.Interrupt management.