Function enable_cpu_interrupt

Source
pub unsafe fn enable_cpu_interrupt(which: CpuInterrupt)
Available on crate feature unstable only.
Expand description

Enable a CPU interrupt

§Safety

Make sure there is an interrupt handler registered.