__nested
In this section:
Syntax
See Syntax for object attributes
Description
The __nested keyword enables interrupts, which means new interrupts can be served inside an interrupt or fast interrupt function.
Example
__interrupt __nested void interrupt_handler(void);