Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
#include <zephyr/types.h>
#include <zephyr/sys/util.h>
#include <zephyr/sys/barrier.h>
#include <zephyr/arch/cpu.h>
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | K_CACHE_WB BIT(0) |
#define | K_CACHE_INVD BIT(1) |
#define | K_CACHE_WB_INVD (K_CACHE_WB | K_CACHE_INVD) |
#define K_CACHE_INVD BIT(1) |
#define K_CACHE_WB BIT(0) |
#define K_CACHE_WB_INVD (K_CACHE_WB | K_CACHE_INVD) |