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

Information about memory banks. More...

#include <mm_drv_bank.h>

Data Fields

uint32_t unmapped_pages
 Number of unmapped pages.
 
uint32_t mapped_pages
 Number of mapped pages.
 
uint32_t max_mapped_pages
 Maximum number of mapped pages since last counter reset.
 

Detailed Description

Information about memory banks.

Field Documentation

◆ mapped_pages

uint32_t sys_mm_drv_bank::mapped_pages

Number of mapped pages.

◆ max_mapped_pages

uint32_t sys_mm_drv_bank::max_mapped_pages

Maximum number of mapped pages since last counter reset.

◆ unmapped_pages

uint32_t sys_mm_drv_bank::unmapped_pages

Number of unmapped pages.


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