FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
task_manager_shutdown.h
Go to the documentation of this file.
1
27#ifndef TASK_MANAGER_SHUTDOWN_H
28#define TASK_MANAGER_SHUTDOWN_H
29
30// Standard Library Includes
31#include <stdbool.h>
32
33// Framework Includes
35
45void TM_ShutdownExit(void);
46
83
84#endif // TASK_MANAGER_SHUTDOWN_H
Defines type for Task scheduling.
static const scheduleEntry_t appShutdownTask
Defines an example Application Shutdown Task schedule entry.
void TM_Shutdown(const scheduleEntry_t appShutdownTask)
Manages Tasks that ensure safe execution of device sleeping in Standby and Power-Down.
void TM_ShutdownExit(void)
Requests the Shutdown Task Manager to exit the Shutdown sequence with a device reset.
Defines a schedule entry containing a task function pointer and its duration.