Skip to main content

IAR Embedded Workbench for RX 5.20

Nested interrupts

In this section:

Interrupts are automatically disabled by the RXmicrocontroller prior to entering an interrupt handler. To make nested interrupts possible, in other words, interrupts within interrupts, the keyword __nested must be used in addition to __interrupt or __fast_interrupt. The interrupt function entrance sequence will then enable interrupts the first thing that occurs.

For more information, see __nested.