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

Struct used to map a memory region. More...

#include <xtensa_mmu.h>

Data Fields

const char * name
 Name of the memory region.
 
const uint32_t start
 Start address of the memory region.
 
const uint32_t end
 End address of the memory region.
 
const uint32_t attrs
 Attributes for the memory region.
 

Detailed Description

Struct used to map a memory region.

Field Documentation

◆ attrs

const uint32_t xtensa_mmu_range::attrs

Attributes for the memory region.

◆ end

const uint32_t xtensa_mmu_range::end

End address of the memory region.

◆ name

const char* xtensa_mmu_range::name

Name of the memory region.

◆ start

const uint32_t xtensa_mmu_range::start

Start address of the memory region.


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