Skip to main content

IrqHandler

Type Alias IrqHandler 

pub type IrqHandler = fn(*mut u8, usize, Option<usize>);
Expand description

The IRQ handler type. The first argument is a pointer to the context, the second argument is the IRQ vector, and the third argument is userdata. IRQ handler signature: (ctx, vector, userdata).