nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
CRACEN Memory Barriers

Compiler and CPU memory barrier utilities. More...

Functions

static void cmb (void)
 
static void wmb (void)
 
static void rmb (void)
 

Detailed Description

Compiler and CPU memory barrier utilities.

Provides compiler memory barrier (cmb), write memory barrier (wmb), and read memory barrier (rmb) with architecture-specific implementations.

Note
These APIs are for internal use only. Applications must use the PSA Crypto API (psa_* functions) instead of calling these functions directly.