Zephyr Project API  3.3.0
A Scalable Open Source RTOS
sys_mm_drv_region Struct Reference

Represents an available memory region. More...

#include <system_mm.h>

Data Fields

void * addr
 Address of the memory region. More...
 
size_t size
 Size of the memory region. More...
 
uint32_t attr
 Driver defined attributes of the memory region. More...
 

Detailed Description

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.

Field Documentation

◆ addr

void* sys_mm_drv_region::addr

Address of the memory region.

◆ attr

uint32_t sys_mm_drv_region::attr

Driver defined attributes of the memory region.

◆ size

size_t sys_mm_drv_region::size

Size of the memory region.


The documentation for this struct was generated from the following file: