25#ifndef ERROR_HANDLER_CALLBACKS_H
26#define 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.