Processor$exit_critical_section function <nucleus/kernel.h>
The Processor$exit_critical_section function causes the processor to leave an uninterruptable state. This must succeed a call to Processor$enter_critical_section. This function is nestable, and every critical section that was entered must be exited before the processor enables interrupts again.
Syntax
void Processor$exit_critical_section( void );