Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
cache.h File Reference
#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)
 

Macro Definition Documentation

◆ K_CACHE_INVD

#define K_CACHE_INVD   BIT(1)

◆ K_CACHE_WB

#define K_CACHE_WB   BIT(0)

◆ K_CACHE_WB_INVD

#define K_CACHE_WB_INVD   (K_CACHE_WB | K_CACHE_INVD)