enable

Function enable 

Source
pub unsafe fn enable()
Expand description

Enable interrupts

  • Doesn’t work in User mode.
  • Doesn’t enable FIQ.

§Safety

Do not call this function inside an interrupt-based critical section