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

Defines error callback type for the Error Handler. More...

#include <define_error_ids.h>

Go to the source code of this file.

Typedefs

typedef void(* errCallback_t) (errId_t id)
 Defines a function pointer type for error handling callback functions.

Detailed Description

Defines error callback type for the Error Handler.

Definition in file define_error_callback.h.

Typedef Documentation

◆ errCallback_t

typedef void(* errCallback_t) (errId_t id)

Defines a function pointer type for error handling callback functions.

The function pointer type is used to configure which callback to issue for an Error ID in EH_HandleError for NON_CRITICAL errors and in EH_ProcessNotificationLog for NOTIFICATION errors.

Parameters
idThe Error ID passed by the Error Handler for application specific handling.

Definition at line 39 of file define_error_callback.h.