FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
tasks_startup_private.c File Reference

Implements private function APIs for tasks_startup.h. More...

Go to the source code of this file.

Functions

errFlag_t InitWatchdogs (void)
 Private function, only exposed for unit testing and should not be called directly.
errFlag_t InitClocks (void)
 Private function, only exposed for unit testing and should not be called directly.
errFlag_t InitErrorController (void)
 Private function, only exposed for unit testing and should not be called directly.
errFlag_t InitInterrupts (void)
 Private function, only exposed for unit testing and should not be called directly.
errFlag_t InitPower (void)
 Private function, only exposed for unit testing and should not be called directly.
errFlag_t InitMemories (void)
 Private function, only exposed for unit testing and should not be called directly.
void RunStartupDiagClock (void)
 Private function, only exposed for unit testing and should not be called directly.
void RunStartupDiagParity (void)
 Private function, only exposed for unit testing and should not be called directly.
void RunStartupDiagEcc (void)
 Private function, only exposed for unit testing and should not be called directly.
void RunStartupDiagErrorCh (void)
 Private function, only exposed for unit testing and should not be called directly.

Detailed Description

Implements private function APIs for tasks_startup.h.

Definition in file tasks_startup_private.c.