Skip to main content

IAR Embedded Workbench for RX 5.20

Fast interrupt functions

In this section:

A fast interrupt function is very fast and has the highest priority. A fast interrupt uses the FREIT return mechanism and the FINTV register as a vector. Use the intrinsic function __set_FINTV_register to initialize this vector register, see __set_FINTV_register.

To specify a fast interrupt function, use the __fast_interrupt keyword; see __fast_interrupt.