FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
error_handler_callbacks.c
Go to the documentation of this file.
1
22
23// Framework Includes
25
27{
28 (void)id;
29 return; // TODO: Add example callback
30}
31
33{
34 (void)id;
35 return; // TODO: Add example callback
36}
errId_t
Defines unique Error IDs for reporting system errors to EH_HandleError.
Contains API prototypes for Error Handler callback examples.
void EH_NotificationErrorExampleCallback(errId_t id)
Demonstrates an implementation of a 'NOTIFICATION' Error Handler callback function.
void EH_NonCriticalErrorExampleCallback(errId_t id)
Demonstrates an implementation of a 'NON_CRITICAL' Error Handler callback function.