Trait r3_core::kernel::raw_cfg::CfgInterruptLine
source · pub unsafe trait CfgInterruptLine: CfgBase<System: KernelInterruptLine> {
// Required method
fn interrupt_line_define<Properties: Bag>(
&mut self,
descriptor: InterruptLineDescriptor<Self::System>,
properties: Properties
);
}
Expand description
A low-level configurator trait providing a method to define an interrupt line in the kernel static configuration process.