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

Functions

void setHellenMercedes128_4_cyl ()
 
void setHellenMercedes128_6_cyl ()
 
void setHellenMercedes128_8_cyl ()
 

Function Documentation

◆ setHellenMercedes128_4_cyl()

void setHellenMercedes128_4_cyl ( )

Definition at line 14 of file mercedes.cpp.

14 {
16#if HW_HELLEN
17 engineConfiguration->injectionPins[0] = Gpio::H144_LS_7;
18 engineConfiguration->injectionPins[1] = H176_LS_6;
19 engineConfiguration->injectionPins[2] = H176_LS_8;
20 engineConfiguration->injectionPins[3] = H176_LS_5;
25#endif // HW_HELLEN
26}
@ Unassigned
static constexpr engine_configuration_s * engineConfiguration
void setMercedesM111EngineConfiguration()
Definition m111.cpp:21

Referenced by applyEngineType().

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

◆ setHellenMercedes128_6_cyl()

void setHellenMercedes128_6_cyl ( )

Definition at line 29 of file mercedes.cpp.

Referenced by applyEngineType().

Here is the caller graph for this function:

◆ setHellenMercedes128_8_cyl()

void setHellenMercedes128_8_cyl ( )

Definition at line 36 of file mercedes.cpp.

36 {
38 engineConfiguration->firingOrder = FO_1_5_4_2_6_3_7_8;
39}

Referenced by applyEngineType().

Here is the caller graph for this function:

Go to the source code of this file.