#include <ctl_api.h> void ctl_global_interrupts_re_enable_from_isr(void);
ctl_global_interrupts_re_enable_from_isr does what is required to re-enable global interrupts from an interrupt service routine.
This function should only be invoked by an interrupt service routine and must be matched with a call to ctl_global_interrupts_un_re_enable_from_isr before the interrupt service routine completes.
ctl_global_interrupts_re_enable_from_isr is provided in every implementation of the CrossWorks tasking library.
Global interrupts control, ctl_global_interrupts_un_re_enable_from_isr