__enable_interrupt
In this section:
Syntax
void __enable_interrupt(void);
Description
Enables interrupts by inserting the EI instruction.
Note
To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.