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§
- Exception
Summary - 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).