static CRITICAL_SECTION_COUNTER: Mutex<usize>
Expand description

Atomic counter of critical sections to avoid problems when without_interrupts is used in nested function calls.