Function with_interrupts_disabled

Source
pub unsafe fn with_interrupts_disabled<F, R>(_f: F) -> R
where F: FnOnce() -> R,
Expand description

Single-core critical section operation (mock)