rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
prime_injection.cpp File Reference

Functions

static bool isPrimeInjectionPulseSkipped ()
 

Function Documentation

◆ isPrimeInjectionPulseSkipped()

static bool isPrimeInjectionPulseSkipped ( )
static

Definition at line 32 of file prime_injection.cpp.

32 {
33 // Skip if the engine is already spinning
34 if (!getEngineRotationState()->isStopped()) {
35 return true;
36 }
37
38 // Skip if cylinder cleanup is active
40}
static float getOrZero(SensorType type)
Definition sensor.h:83
EngineRotationState * getEngineRotationState()
Definition engine.cpp:573
static constexpr engine_configuration_s * engineConfiguration

Referenced by PrimeController::onIgnitionStateChanged().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.