Struct r3_kernel::cfg::InterruptHandlerTable
source · pub struct InterruptHandlerTable { /* private fields */ }
Expand description
A table of combined second-level interrupt handlers.
Implementations§
source§impl InterruptHandlerTable
impl InterruptHandlerTable
sourcepub const fn get(&self, line: InterruptNum) -> Option<InterruptHandlerFn>
pub const fn get(&self, line: InterruptNum) -> Option<InterruptHandlerFn>
Get a combined second-level interrupt handler for the specified interrupt number.
Returns None
if no interrupt handlers have been registered for the
specified interrupt number.