Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
|
|
4.2.0-rc2 |
Represents an available memory region. More...
#include <zephyr/drivers/mm/system_mm.h>
Data Fields | |
void * | addr |
Address of the memory region. | |
size_t | size |
Size of the memory region. | |
uint32_t | attr |
Driver defined attributes of the memory region. |
Represents an available memory region.
A memory region that can be used by allocators. Driver defined attributes can be used to guide the proper usage of each region.
void* sys_mm_drv_region::addr |
Address of the memory region.
uint32_t sys_mm_drv_region::attr |
Driver defined attributes of the memory region.
size_t sys_mm_drv_region::size |
Size of the memory region.