Synopsis
void __enable_interrupt(void);
Description

__enable_interrupt enables global interrupts by setting the GIE bit in the status register.

__enable_interrupt returns the value of the status register before the GIE bit is set.

__enable_interrupt is an intrinsic function and produces inline code.