22.6.1.1.1 Function system_interrupt_enter_critical_section()

Enters a critical section.

void system_interrupt_enter_critical_section( void )

Disables global interrupts. To support nested critical sections, an internal count of the critical section nesting will be kept, so that global interrupts are only re-enabled upon leaving the outermost nested critical section.