|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
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. | |
Struct used to map a memory region.
| const uint32_t xtensa_mmu_range::attrs |
Attributes for the memory region.
| const uint32_t xtensa_mmu_range::end |
End address of the memory region.
| const char* xtensa_mmu_range::name |
Name of the memory region.
| const uint32_t xtensa_mmu_range::start |
Start address of the memory region.