|
rusEFI
The most advanced open source ECU
|
Functions | |
| static void | updateVrThresholdPwm (float rpm, size_t index) |
| void | updateVrThresholdPwm () |
| void | initVrThresholdPwm () |
| void | setDefaultVrThresholds () |
Variables | |
| static OutputPin | pins [VR_THRESHOLD_COUNT] |
| static SimplePwm | pwms [VR_THRESHOLD_COUNT] |
| void initVrThresholdPwm | ( | ) |
Definition at line 39 of file vr_pwm.cpp.
Referenced by initRealHardwareEngineController().


| void setDefaultVrThresholds | ( | ) |
Definition at line 57 of file vr_pwm.cpp.
Referenced by setDefaultBaseEngine().


| void updateVrThresholdPwm | ( | ) |
Definition at line 31 of file vr_pwm.cpp.
Referenced by Engine::periodicSlowCallback(), and updateVrThresholdPwm().


Definition at line 13 of file vr_pwm.cpp.

|
static |
Definition at line 5 of file vr_pwm.cpp.
Referenced by initVrThresholdPwm().
|
static |
Definition at line 6 of file vr_pwm.cpp.
Referenced by initVrThresholdPwm(), and updateVrThresholdPwm().