Static rp6::avr::interrupt::CRITICAL_SECTION_COUNTER
source · 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.