Available on crate feature
irq
only.Expand description
Interrupt management.
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.