free

Function free 

Source
pub fn free<F, T>(f: F) -> T
where F: FnOnce() -> T,
Expand description

Run with interrupts disabled

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