![]() |
FuSa 8-Bit Libraries Safety Framework
|
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 |
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.
Definition at line 65 of file define_tasks_config.h.
| errId_t id |
The reported error responsible for a software reset (if applicable)
Definition at line 68 of file define_tasks_config.h.
| resetReason_t reason |
Identified reason for the device reset
Definition at line 67 of file define_tasks_config.h.