FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
error_handler_actions.c File Reference

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.

Detailed Description

Implements APIs for Error Handler Actions.

Definition in file error_handler_actions.c.