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

Contains API prototypes for Error Handler callback examples. More...

#include <define_error_ids.h>

Go to the source code of this file.

Functions

void EH_NonCriticalErrorExampleCallback (errId_t id)
 Demonstrates an implementation of a 'NON_CRITICAL' Error Handler callback function.
void EH_NotificationErrorExampleCallback (errId_t id)
 Demonstrates an implementation of a 'NOTIFICATION' Error Handler callback function.

Detailed Description

Contains API prototypes for Error Handler callback examples.

Note
The function pointer for each Error Handler callback is configured in error_handler_config.c.

Definition in file error_handler_callbacks.h.