FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
define_error_callback.h
Go to the documentation of this file.
1
22
23#ifndef DEFINE_ERROR_HANDLER_CALLBACK_H
24#define DEFINE_ERROR_HANDLER_CALLBACK_H
25
26// Framework Includes
27#include <define_error_ids.h>
28
39typedef void (*errCallback_t)(errId_t id);
40
41#endif // DEFINE_ERROR_HANDLER_CALLBACK_H
void(* errCallback_t)(errId_t id)
Defines a function pointer type for error handling callback functions.
Defines for IDs associated with specific errors.
errId_t
Defines unique Error IDs for reporting system errors to EH_HandleError.