Skip to main content

IAR Embedded Workbench for Arm 9.70.x

__DMB

In this section:
Syntax
void__DMB(void);
Description

Inserts a DMB instruction. This intrinsic function requires an Armv6M architecture, or an Armv7 architecture or higher.

Note

This intrinsic function cannot be used in 64-bit mode.

See also

The Arm C Language Extensions (ACLE) intrinsic function __dmb.

Note

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