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

Coredump copy command (COREDUMP_CMD_COPY_STORED_DUMP) argument definition. More...

#include <coredump.h>

Data Fields

off_t offset
 Copy offset.
 
uint8_tbuffer
 Copy destination buffer.
 
size_t length
 Copy length.
 

Detailed Description

Coredump copy command (COREDUMP_CMD_COPY_STORED_DUMP) argument definition.

Field Documentation

◆ buffer

uint8_t* coredump_cmd_copy_arg::buffer

Copy destination buffer.

◆ length

size_t coredump_cmd_copy_arg::length

Copy length.

◆ offset

off_t coredump_cmd_copy_arg::offset

Copy offset.


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