![]() |
FuSa 8-Bit Libraries Safety Framework
|
Implements private function APIs for tasks_startup.h. More...
#include <define_error_flags.h>#include <define_error_ids.h>#include <define_tasks_config.h>#include <error_handler.h>#include <error_handler_config.h>#include <midware_clock_manager.h>#include <midware_clock_manager_diag.h>#include <midware_error_manager.h>#include <midware_error_manager_diag.h>#include <midware_interrupt_manager.h>#include <midware_memory_manager.h>#include <midware_memory_manager_diag.h>#include <midware_power_manager.h>#include <midware_watchdog_manager.h>#include <tasks_config.h>#include <tasks_startup_private.h>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. | |
Implements private function APIs for tasks_startup.h.
Definition in file tasks_startup_private.c.