Expand description
Infrastructure to support line interrupts.
Modules§
Structs§
- Line
Interrupt - A line interrupt, representing a (virtually) physical wire between a device and an interrupt controller.
- LineSet
- A set of line interrupts and their target mappings.
Enums§
- NewLine
Error - An error occurred while creating a new line interrupt.
Traits§
- Line
SetTarget - Unless you’re implementing an interrupt controller (e.g: the PIC, IOAPIC), you shouldn’t be using this trait!