Struct r3_core::kernel::raw_cfg::InterruptLineDescriptor   
source · pub struct InterruptLineDescriptor<System> {
    pub phantom: PhantomInvariant<System>,
    pub line: InterruptNum,
    pub priority: Option<InterruptPriority>,
    pub start: Option<InterruptHandlerFn>,
    pub enabled: bool,
}Expand description
The basic properties of an interrupt line.
Fields§
§phantom: PhantomInvariant<System>§line: InterruptNum§priority: Option<InterruptPriority>§start: Option<InterruptHandlerFn>§enabled: bool