esp_hal::interrupt

Function enable_cpu_interrupt

Source
pub unsafe fn enable_cpu_interrupt(which: CpuInterrupt)
Expand description

Enable a CPU interrupt

ยงSafety

Make sure there is an interrupt handler registered.