FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
error_handler_callbacks.h
Go to the documentation of this file.
1
25#ifndef ERROR_HANDLER_CALLBACKS_H
26#define ERROR_HANDLER_CALLBACKS_H
27
28// Framework Includes
29#include <define_error_ids.h>
30
42
54
55#endif // ERROR_HANDLER_CALLBACKS_H
Defines for IDs associated with specific errors.
errId_t
Defines unique Error IDs for reporting system errors to EH_HandleError.
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.