Function mips_mcu::interrupt::enable[][src]

pub unsafe fn enable() -> u32
Expand description

Enables all the interrupts and return previous status

Safety

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