| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Structure describing a region in memory that may be stored in core dump at the time it is generated. More...
#include <coredump.h>
Data Fields | |
| sys_snode_t | node | 
| uintptr_t | start | 
| size_t | size | 
Structure describing a region in memory that may be stored in core dump at the time it is generated.
Instances of this are passed to the coredump_device_register_memory() and coredump_device_unregister_memory() functions to indicate addition and removal of memory regions to be captured
| sys_snode_t coredump_mem_region_node::node | 
Node of single-linked list, do not modify
| size_t coredump_mem_region_node::size | 
Size of memory region
| uintptr_t coredump_mem_region_node::start | 
Address of start of memory region