Skip to main content

IrqHandler

Type Alias IrqHandler 

Source
pub type IrqHandler = fn(usize) -> bool;
Expand description

IRQ trap hook type.