FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
error_handler_actions.h
Go to the documentation of this file.
1
22#ifndef ERROR_HANDLER_ACTIONS_H
23#define ERROR_HANDLER_ACTIONS_H
24
25// Framework Includes
26#include <define_error_ids.h>
27
59
77
96
97#endif // ERROR_HANDLER_ACTIONS_H
Defines for IDs associated with specific errors.
errId_t
Defines unique Error IDs for reporting system errors to EH_HandleError.
errId_t EH_PopNotificationLog(void)
Pops the last Error ID from the Notification Error Log for error handling.
void EH_PushNotificationLog(errId_t id)
Pushes Error ID to the Notification Error Log for later handling.
void EH_InitiateSafeState(errId_t id)
Transitions the system into a Safe State and resets the device.