29.1.7 __builtin_enable_interrupts Built-in Function
Description
This built-in returns the value of the Status register, then enables interrupts by setting the Interrupt Enable (IE) bit in the Status register.
Prototype
void __builtin_enable_interrupts(void);
Argument
None.
Return Value
None.
Assembler Operator/Machine Instruction
ei $2
Error Messages
None.