Module line_interrupt

Source
Expand description

Infrastructure to support line interrupts.

Modules§

test_helpers

Structs§

LineInterrupt
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§

NewLineError
An error occurred while creating a new line interrupt.

Traits§

LineSetTarget
Unless you’re implementing an interrupt controller (e.g: the PIC, IOAPIC), you shouldn’t be using this trait!