Zephyr API 3.6.99
|
#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) |
Functions | |
static ALWAYS_INLINE void | arch_cache_init (void) |
#define K_CACHE_INVD BIT(1) |
#define K_CACHE_WB BIT(0) |
#define K_CACHE_WB_INVD (K_CACHE_WB | K_CACHE_INVD) |
|
static |