Expand description
Interrupt lines and handlers
Re-exports
pub use raw::InterruptNum;
pub use raw::InterruptPriority;
Structs
- The definer (static builder) for
StaticInterruptHandler
. - Refers to an interrupt line in a system.
- The definer (static builder) for
InterruptLine
. - Represents a registered (second-level) interrupt handler in a system.
Type Definitions
- A combined second-level interrupt handler.