![]() |
FuSa 8-Bit Libraries Safety Framework
|
Implements APIs for Error Handler Actions. More...
#include <stdbool.h>#include <stdint.h>#include <define_tasks_config.h>#include <error_handler_actions.h>#include <error_handler_config.h>#include <midware_error_manager.h>#include <midware_interrupt_manager.h>#include <midware_memory_manager.h>#include <midware_reset_manager.h>Go to the source code of this file.
Functions | |
| void | EH_InitiateSafeState (errId_t id) |
| Transitions the system into a Safe State and resets the device. | |
| void | EH_PushNotificationLog (errId_t id) |
| Pushes Error ID to the Notification Error Log for later handling. | |
| errId_t | EH_PopNotificationLog (void) |
| Pops the last Error ID from the Notification Error Log for error handling. | |
Implements APIs for Error Handler Actions.
Definition in file error_handler_actions.c.