FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
task_manager_shutdown.c
Go to the documentation of this file.
1
22
23
#include <
task_manager_shutdown.h
>
24
25
void
TM_ShutdownExit
(
void
)
26
{
27
return
;
// TODO: implement Shutdown Exit API
28
}
29
30
void
TM_Shutdown
(
const
scheduleEntry_t
appShutdownTask
)
31
{
32
(void)
appShutdownTask
;
33
return
;
// TODO: implement Shutdown Task Manager API
34
}
appShutdownTask
static const scheduleEntry_t appShutdownTask
Defines an example Application Shutdown Task schedule entry.
Definition
main_example.h:155
TM_Shutdown
void TM_Shutdown(const scheduleEntry_t appShutdownTask)
Manages Tasks that ensure safe execution of device sleeping in Standby and Power-Down.
Definition
task_manager_shutdown.c:30
TM_ShutdownExit
void TM_ShutdownExit(void)
Requests the Shutdown Task Manager to exit the Shutdown sequence with a device reset.
Definition
task_manager_shutdown.c:25
scheduleEntry_t
Defines a schedule entry containing a task function pointer and its duration.
Definition
define_schedule_entry.h:57
task_manager_shutdown.h
safety_framework
src
task_managers
task_manager_shutdown.c
Generated by
1.15.0