6.31.20. NDS32 Function Attributes
6.31.20 NDS32 Function Attributes
These function attributes are supported by the NDS32 back end:
exception
- Use this attribute on the NDS32 target to indicate that the specified function is an exception handler. The compiler will generate corresponding sections for use in an exception handler.
interrupt
- On NDS32 target, this attribute indicates that the specified function is an interrupt handler. The compiler generates corresponding sections for use in an interrupt handler. You can use the following attributes to modify the behavior:
nested
- This interrupt service routine is interruptible.
not_nested
登录查看完整内容