Skip to main content

free

Function free 

Source
#[unsafe(link_section = ".iram1.interrupt_free")]
pub fn free<R>(f: impl FnOnce() -> R) -> R
Expand description

Executes closure f in an interrupt-free context