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.