rusEFI
The most advanced open source ECU
|
Functions | |
void | initStartStopButton () |
void | doStartCranking () |
void | startStopButtonToggle () |
static void | disengageStarterIfNeeded () |
PUBLIC_API_WEAK bool | isCrankingSuppressed () |
void | slowStartStopButtonCallback () |
|
static |
Definition at line 39 of file start_stop.cpp.
Referenced by slowStartStopButtonCallback().
void doStartCranking | ( | ) |
Definition at line 19 of file start_stop.cpp.
Referenced by configureRusefiLuaHooks(), and startStopButtonToggle().
void initStartStopButton | ( | ) |
See test_start_stop.cpp
Definition at line 11 of file start_stop.cpp.
Referenced by startHardware().
PUBLIC_API_WEAK bool isCrankingSuppressed | ( | ) |
Definition at line 56 of file start_stop.cpp.
Referenced by slowStartStopButtonCallback().
void slowStartStopButtonCallback | ( | ) |
Definition at line 60 of file start_stop.cpp.
Referenced by doPeriodicSlowCallback().
void startStopButtonToggle | ( | ) |
Definition at line 29 of file start_stop.cpp.
Referenced by handleCommandX14(), and slowStartStopButtonCallback().