__ei_int
In this section:
Syntax
See Syntax for object attributes.
Description
The __ei_int keyword can be used in the definition of an interrupt function to ensure that an EI level interrupt function returns correctly. (This is the default interrupt level.)
Example
__ei_int __interrupt void my_interrupt_handler(void);