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