Type Alias hal_x86_64::interrupt::Isr

source ·
pub type Isr<T> = extern "x86-interrupt" fn(_: &mut Context<'_, T>);
Expand description

An interrupt service routine.