Skip to main content

IAR Embedded Workbench for Arm 9.70.x

__enable_irq

In this section:
Syntax
void __enable_irq(void);
Description

In 32-bit mode: Enables interrupt requests (irq). This intrinsic function can only be used in privileged mode, and it is not available for Cortex-M devices.

In 64-bit mode: Enables interrupt requests in the DAIF system register (bit 2).

Note

To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.