|
rusEFI
The most advanced open source ECU
|
Functions | |
| void | setManualIdleValvePosition (int positionPercent) |
| static void | startInputPinIfValid (const char *msg, brain_pin_e pin, pin_input_mode_e mode) |
| percent_t | getIdlePosition () |
| void | startSwitchPins () |
| void | stopSwitchPins () |
| static void | applyPidSettings () |
| void | setTargetIdleRpm (int value) |
| void | startIdleBench (void) |
| void | setDefaultIdleParameters () |
| void | startIdleThread () |
|
static |
Definition at line 84 of file idle_thread_io.cpp.
Referenced by startIdleThread().


| percent_t getIdlePosition | ( | ) |
Definition at line 47 of file idle_thread_io.cpp.
Referenced by IdleController::onFastCallback().


| void setDefaultIdleParameters | ( | ) |
Definition at line 106 of file idle_thread_io.cpp.
Referenced by setDefaultEngineConfiguration().

| void setManualIdleValvePosition | ( | int | positionPercent | ) |
Definition at line 31 of file idle_thread_io.cpp.

| void setTargetIdleRpm | ( | int | value | ) |
Definition at line 89 of file idle_thread_io.cpp.

| void startIdleBench | ( | void | ) |
Idle test would activate the solenoid for three seconds
Definition at line 97 of file idle_thread_io.cpp.
Referenced by handleBenchCategory(), and startIdleThread().


| void startIdleThread | ( | ) |
Definition at line 130 of file idle_thread_io.cpp.
Referenced by commonInitEngineController().


|
static |
Definition at line 42 of file idle_thread_io.cpp.
Referenced by startSwitchPins().


| void startSwitchPins | ( | ) |
Definition at line 55 of file idle_thread_io.cpp.
Referenced by startHardware().


| void stopSwitchPins | ( | ) |
Definition at line 72 of file idle_thread_io.cpp.
Referenced by stopHardware().

