![]() |
FuSa 8-Bit Libraries Safety Framework
|
Go to the source code of this file.
Data Structures | |
| struct | resetInfo_t |
| Defines a data structure for storing information about a device reset. More... | |
Typedefs | |
| typedef void(* | rstCallback_t) (resetInfo_t resetInfo) |
| Defines a function pointer type for a reset handler callback function. | |
| typedef void(* rstCallback_t) (resetInfo_t resetInfo) |
Defines a function pointer type for a reset handler callback function.
The function pointer type is used to configure which callback to issue for handling reset reasons in T_HandleResetReason.
| resetInfo | The reset information passed by the Task for application specific reset handling. |
Definition at line 81 of file define_tasks_config.h.