Synopsis
#include <ctl_api.h>
void ctl_global_interrupts_re_enable_from_isr(void);
Description

ctl_global_interrupts_re_enable_from_isr does what is required to re-enable global interrupts from an interrupt service routine.

Restrictions

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.

Portability

ctl_global_interrupts_re_enable_from_isr is provided in every implementation of the CrossWorks tasking library.

See Also

Global interrupts control, ctl_global_interrupts_un_re_enable_from_isr