Zephyr Project API  3.2.0
A Scalable Open Source RTOS
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
 
uintptr_t start
 
size_t size
 

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: