| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Public APIs for coredump pseudo-device driver. More...
Go to the source code of this file.
Data Structures | |
| struct | coredump_mem_region_node | 
| Structure describing a region in memory that may be stored in core dump at the time it is generated.  More... | |
Typedefs | |
| typedef void(* | coredump_dump_callback_t) (uintptr_t dump_area, size_t dump_area_size) | 
| Callback that occurs at dump time, data copied into dump_area will be included in the dump that is generated.  More... | |
Functions | |
| static bool | coredump_device_register_memory (const struct device *dev, struct coredump_mem_region_node *region) | 
| Register a region of memory to be stored in core dump at the time it is generated.  More... | |
| static bool | coredump_device_unregister_memory (const struct device *dev, struct coredump_mem_region_node *region) | 
| Unregister a region of memory to be stored in core dump at the time it is generated.  More... | |
| static bool | coredump_device_register_callback (const struct device *dev, coredump_dump_callback_t callback) | 
| Register a callback to be invoked at dump time.  More... | |
Public APIs for coredump pseudo-device driver.