Synopsis
#include <ctl_api.h> void ctl_global_interrupts_un_re_enable_from_isr(void);
Description
ctl_global_interrupts_un_re_enable_from_isr undoes whatever ctl_global_interrupts_re_enable_from_isr had to do resulting in global interrupts being disabled whilst in an interrupt service routine.
Restrictions
This function should only be invoked by an interrupt service routine.
Portability
ctl_isr_disable_interrupts is provided in every implementation of the CrossWorks tasking library.
See Also
Global interrupts control, ctl_global_interrupts_re_enable_from_isr