Skip to main content

Module exception

Module exception 

Source
Expand description

Safe wrappers for PSP exception log functions.

These functions allow an application to read and process the log of processor exceptions captured by the PSP. This is useful for advanced health monitoring or crash analysis tools.

Structs§

ExceptionSummary
A summary of an exception log entry.

Functions§

copy_context
Copies the processor context of a specific exception log entry into a buffer.
get_count
Returns the number of unread exceptions in the log.
get_summary
Retrieves and pops the next exception log entry (destructive read).