cortex_m::interrupt

Function enable

source
pub unsafe fn enable()
Expand description

Enables all the interrupts

ยงSafety

  • Do not call this function inside an interrupt::free critical section