|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Files | |
| file | memory-attr-sw.h |
| Software-defined memory attribute DT binding definitions. | |
Macros | |
| #define | DT_MEM_SW_GET(x) |
| Extract software-specific bits from a full zephyr,memory-attr value. | |
| #define | DT_MEM_SW_ALLOC_CACHE DT_MEM_SW(ATTR_SW_ALLOC_CACHE) |
| Allocate from cached memory. | |
| #define | DT_MEM_SW_ALLOC_NON_CACHE DT_MEM_SW(ATTR_SW_ALLOC_NON_CACHE) |
| Allocate from non-cached memory. | |
| #define | DT_MEM_SW_ALLOC_DMA DT_MEM_SW(ATTR_SW_ALLOC_DMA) |
| Allocate from DMA-capable memory. | |
| #define DT_MEM_SW_ALLOC_CACHE DT_MEM_SW(ATTR_SW_ALLOC_CACHE) |
#include <memory-attr-sw.h>
Allocate from cached memory.
| #define DT_MEM_SW_ALLOC_DMA DT_MEM_SW(ATTR_SW_ALLOC_DMA) |
#include <memory-attr-sw.h>
Allocate from DMA-capable memory.
| #define DT_MEM_SW_ALLOC_NON_CACHE DT_MEM_SW(ATTR_SW_ALLOC_NON_CACHE) |
#include <memory-attr-sw.h>
Allocate from non-cached memory.
| #define DT_MEM_SW_GET | ( | x | ) |
#include <memory-attr-sw.h>
Extract software-specific bits from a full zephyr,memory-attr value.
| x | Value to extract software-specific memory attribute bits from. |