FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
tasks_shared.h
Go to the documentation of this file.
1
24
25#ifndef TASKS_SHARED_H
26#define TASKS_SHARED_H
27
28// Standard Library Includes
29#include <stdint.h>
30
54
55void T_HandleSyncWatchdog(uint32_t newTimeout);
56
74void T_HandleWatchdog(void);
75
96
97#endif // TASKS_SHARED_H
void T_HandleSyncWatchdog(uint32_t newTimeout)
Waits until the current Synchronous Watchdog timeout is completed before clearing and setting the nex...
void T_HandleWatchdog(void)
Clears the Watchdog Timer (WDT) while performing the WDT count diagnostic.
void T_HandleNotificationErrors(void)
Ensures Error IDs with 'NOTIFICATION' criticality are handled.