|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Software-defined memory attribute DT binding definitions. More...
Go to the source code of this file.
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. | |
Software-defined memory attribute DT binding definitions.