Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Represents an available memory region. More...

#include <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.
 

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: