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

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.
 

Detailed Description

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

Field Documentation

◆ node

sys_snode_t coredump_mem_region_node::node

Node of single-linked list, do not modify.

◆ size

size_t coredump_mem_region_node::size

Size of memory region.

◆ start

uintptr_t coredump_mem_region_node::start

Address of start of memory region.


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