FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
resetInfo_t Struct Reference

Defines a data structure for storing information about a device reset. More...

#include <define_tasks_config.h>

Data Fields

resetReason_t reason
errId_t id

Detailed Description

Defines a data structure for storing information about a device reset.

This structure is used for reporting information about the last device reset to perform reset handling. If the reason is a software reset due to a reported error, the Error ID associated with that software reset can be accessed if available.

Note
The id is only valid when the reason is RSTRSN_SOFTWARE.
The reason reflects the actual reset cause and excludes resets intentionally triggered during the pre-startup sequence (error injection diagnostics).

Definition at line 65 of file define_tasks_config.h.

Field Documentation

◆ id

errId_t id

The reported error responsible for a software reset (if applicable)

Definition at line 68 of file define_tasks_config.h.

◆ reason

resetReason_t reason

Identified reason for the device reset

Definition at line 67 of file define_tasks_config.h.


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