Zephyr API Documentation 4.0.0-rc2
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 |
Node of single-linked list, do not modify. | |
uintptr_t | start |
Address of start of memory region. | |
size_t | size |
Size of memory region. | |
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.