Function cortex_m::interrupt::free [] [src]

pub unsafe fn free<F>(f: F) where F: FnOnce()

Execute closure f in an interrupt-free context. This as also known as a "critical section".