27#ifndef TASKS_STARTUP_H
28#define TASKS_STARTUP_H
void T_RunStartupDiagnostics(void)
Runs all enabled startup diagnostics and reports any detected faults to the Error Handler.
void T_HandlePreStartupErrors(void)
Retrieves and validates stored Pre-startup error flags from persistent memory and reports them to the...
void T_StartMissionMode(void)
Transitions the device from Safe State into Mission Mode.
void T_HandleResetReason(void)
Retrieves and validates stored reset info from persistent memory and issues configurable callback for...
void T_InitSafetySystem(void)
Initializes the Safety System according to Assumptions of Use and user configurations.