pub fn free<F, R>(_: F) -> Rwhere
F: FnOnce(&CriticalSection) -> R,Expand description
Execute closure f in an interrupt-free context.
This as also known as a “critical section”.
pub fn free<F, R>(_: F) -> Rwhere
F: FnOnce(&CriticalSection) -> R,Execute closure f in an interrupt-free context.
This as also known as a “critical section”.