FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
error_handler_config.h File Reference

Go to the source code of this file.

Macros

#define NOTIFICATION_LOG_SIZE   5U
 Configures the maximum number of Error IDs allowed in the Notification Error Log.

Variables

const errCrit_t errorIdCritLut [ERRID_MAX]
 Configures the criticality of all Error IDs for handling in EH_HandleError.
const errCallback_t nonCriticalErrorCallback
 Configures the callback function used for 'NON_CRITICAL' Error IDs in EH_HandleError.
const errCallback_t notificationErrorCallback
 Configures the callback function used for 'NOTIFICATION' Error IDs in EH_ProcessNotificationLog.