Expand description
The IRQ module implements handling for interrupts to and from the FPGA.
Structs§
- IrqContext
- IrqContext provides a single-threaded context in which you can wait for specified IRQs.
- IrqSelection
- Represents a selection of 0 or more IRQs.
Enums§
- IrqWait
Result - Represents the result of a wait on IRQs.