| 
    Zephyr Project API 3.7.0
    
   A Scalable Open Source RTOS 
   | 
 
Describe one memory region. More...
#include <gdbstub.h>
Data Fields | |
| uintptr_t | start | 
| Start address of a memory region.   | |
| uintptr_t | end | 
| End address of a memory region.   | |
| uint16_t | attributes | 
| Memory region attributes.   | |
| uint8_t | alignment | 
| Read/write alignment, 0 if using default alignment.   | |
Describe one memory region.
| uint8_t gdb_mem_region::alignment | 
Read/write alignment, 0 if using default alignment.
| uint16_t gdb_mem_region::attributes | 
Memory region attributes.
| uintptr_t gdb_mem_region::end | 
End address of a memory region.
| uintptr_t gdb_mem_region::start | 
Start address of a memory region.