__nmi
In this section:
Syntax
See Syntax for type attributes used on functions.
Description
When used on an interrupt function, the __nmi keyword makes it possible for the linker to set up interrupts correctly for GigaDevice devices, when using the option for automated interrupt vector setup.
Note
This keyword is only intended for use by GigaDevice devices.
Example
__nmi __interrupt void my_handler(void);