| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Memory Partition. More...
#include <mem_domain.h>
Data Fields | |
| uintptr_t | start | 
| size_t | size | 
| k_mem_partition_attr_t | attr | 
Memory Partition.
A memory partition is a region of memory in the linear address space with a specific access policy.
The alignment of the starting address, and the alignment of the size value may have varying requirements based on the capabilities of the underlying memory management hardware; arbitrary values are unlikely to work.
| k_mem_partition_attr_t k_mem_partition::attr | 
attribute of memory partition
| size_t k_mem_partition::size | 
size of memory partition
| uintptr_t k_mem_partition::start | 
start address of memory partition