Trait r3_kernel::KernelCfg2
source · pub unsafe trait KernelCfg2: Port + Sized + KernelStatic<System<Self>> {
const INTERRUPT_HANDLERS: &'static InterruptHandlerTable;
// Required method
fn state() -> &'static State<Self>;
}
Expand description
Required Associated Constants§
sourceconst INTERRUPT_HANDLERS: &'static InterruptHandlerTable
const INTERRUPT_HANDLERS: &'static InterruptHandlerTable
The table of combined second-level interrupt handlers.
A port should generate first-level interrupt handlers that call them.