nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ wmb()

static void wmb ( void )
inlinestatic

#include <subsys/nrf_security/src/drivers/cracen/common/include/cracen/membarriers.h>

CPU write memory barrier.

All write instructions before this call must have been completed by the CPU before the end of this function. No write instruction after this function may be executed by the CPU before this call. This also implies that the compiler may not reorder memory acceses as with cmb().