[][src]Function cortex_m::interrupt::enable

pub unsafe fn enable()

Enables all the interrupts

Safety

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