FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
tasks_config.c
Go to the documentation of this file.
1
29
30// Framework Includes
31#include <define_tasks_config.h>
32#include <tasks_config.h>
34
void(* rstCallback_t)(resetInfo_t resetInfo)
Defines a function pointer type for a reset handler callback function.
void T_ResetReasonExampleCallback(resetInfo_t resetInfo)
Demonstrates an implementation of a Handle Reset Reason callback function.
const rstCallback_t resetReasonCallback
Configures the user-configurable callback function used for application specific reset handling in T_...
Contains API prototype for Startup Tasks callback example.