23#ifndef DEFINE_ERROR_HANDLER_CALLBACK_H
24#define 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.