|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
| #define | DT_MEM_SW_MASK DT_MEM_SW_ATTR_MASK |
| #define | DT_MEM_SW_GET(x) |
| #define | DT_MEM_SW(x) |
| #define | ATTR_SW_ALLOC_CACHE BIT(0) |
| #define | ATTR_SW_ALLOC_NON_CACHE BIT(1) |
| #define | ATTR_SW_ALLOC_DMA BIT(2) |
| #define | DT_MEM_SW_ALLOC_CACHE DT_MEM_SW(ATTR_SW_ALLOC_CACHE) |
| #define | DT_MEM_SW_ALLOC_NON_CACHE DT_MEM_SW(ATTR_SW_ALLOC_NON_CACHE) |
| #define | DT_MEM_SW_ALLOC_DMA DT_MEM_SW(ATTR_SW_ALLOC_DMA) |
| #define ATTR_SW_ALLOC_CACHE BIT(0) |
| #define ATTR_SW_ALLOC_DMA BIT(2) |
| #define ATTR_SW_ALLOC_NON_CACHE BIT(1) |
| #define DT_MEM_SW | ( | x | ) |
| #define DT_MEM_SW_ALLOC_CACHE DT_MEM_SW(ATTR_SW_ALLOC_CACHE) |
| #define DT_MEM_SW_ALLOC_DMA DT_MEM_SW(ATTR_SW_ALLOC_DMA) |
| #define DT_MEM_SW_ALLOC_NON_CACHE DT_MEM_SW(ATTR_SW_ALLOC_NON_CACHE) |
| #define DT_MEM_SW_GET | ( | x | ) |
| #define DT_MEM_SW_MASK DT_MEM_SW_ATTR_MASK |