FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
task_manager_shutdown.c
Go to the documentation of this file.
1
22
24
26{
27 return; // TODO: implement Shutdown Exit API
28}
29
31{
32 (void)appShutdownTask;
33 return; // TODO: implement Shutdown Task Manager API
34}
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.