|
rusEFI
The most advanced open source ECU
|
Functions | |
| bool | validateConfigOnStartUpOrBurn () |
| char * | getPinNameByAdcChannel (const char *msg, adc_channel_e hwChannel, char *buffer, size_t bufferSize) |
| void | initPeriodicEvents () |
| void | initRealHardwareEngineController () |
| void | commonEarlyInit () |
| void | commonInitEngineController () |
| void | initStartStopButton () |
| void | initWarningRunningPins () |
| void | initDataStructures () |
| void | slowStartStopButtonCallback () |
| void commonEarlyInit | ( | ) |
Initialize hardware drivers
Definition at line 712 of file engine_controller.cpp.
Referenced by initEfiWithConfig().


| void commonInitEngineController | ( | ) |
This has to go after 'enginePins.startPins()' in order to properly detect un-assigned output pins
Definition at line 386 of file engine_controller.cpp.
Referenced by initRealHardwareEngineController().


| char * getPinNameByAdcChannel | ( | const char * | msg, |
| adc_channel_e | hwChannel, | ||
| char * | buffer, | ||
| size_t | bufferSize | ||
| ) |
Definition at line 212 of file engine_controller.cpp.
Referenced by AdcSubscription::PrintInfo(), and printMAPInfo().


| void initDataStructures | ( | ) |
Definition at line 102 of file engine_controller.cpp.
Referenced by runRusEfi().


| void initPeriodicEvents | ( | ) |
Definition at line 207 of file engine_controller.cpp.
Referenced by runRusEfi().

| void initRealHardwareEngineController | ( | ) |
Definition at line 748 of file engine_controller.cpp.
Referenced by initEfiWithConfig().


| void initStartStopButton | ( | ) |
See test_start_stop.cpp
Definition at line 11 of file start_stop.cpp.
Referenced by startHardware().


| void initWarningRunningPins | ( | ) |
Definition at line 226 of file status_loop.cpp.
Referenced by initRealHardwareEngineController().


| void slowStartStopButtonCallback | ( | ) |
Definition at line 60 of file start_stop.cpp.
Referenced by doPeriodicSlowCallback().


| bool validateConfigOnStartUpOrBurn | ( | ) |
Definition at line 519 of file engine_controller.cpp.
Referenced by handleBurnCommand(), and initEfiWithConfig().

