Type Definition r3::kernel::raw::InterruptHandlerFn

source ·
pub type InterruptHandlerFn = unsafe extern "C" fn();
Expand description

A combined second-level interrupt handler.

Safety

Only meant to be called from a first-level interrupt handler. CPU Lock must be inactive.