mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:41:56 +00:00
Add cpu_dsb() hal interface so that data synchronization barrier be used in ARM Cortex M4 and M33 architecture implementation. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
8 lines
129 B
C
8 lines
129 B
C
/*
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "hal/cpu_vendor_hal.h"
|