![]() |
FuSa 8-Bit Libraries Safety Framework
|
Defines type for storing the reason of a device reset caused by an error injection. More...
Go to the source code of this file.
Enumerations | |
| enum | errInjectReset_t { ERRINJ_RESET_NONE = 0x0 , ERRINJ_RESET_CPU = 0x1 , ERRINJ_RESET_WDT = 0x2 , ERRINJ_RESET_CORRUPT = 0x3 } |
| Defines possible reasons for a device reset due to an error injection. More... | |
Defines type for storing the reason of a device reset caused by an error injection.
Definition in file define_error_inject_reset.h.
| enum errInjectReset_t |
Defines possible reasons for a device reset due to an error injection.
This enum is used by several tasks to store possible reasons for a device reset due to an error injection in persistent memory. See T_DetermineResetReason, T_RunResetDiagnosticFsm, T_HandleResetReason and T_HandlePreStartupErrors.
Definition at line 44 of file define_error_inject_reset.h.