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;
21 engineConfiguration->injectionPins[4] = Gpio::Unassigned;
22 engineConfiguration->injectionPins[5] = Gpio::Unassigned;
23 engineConfiguration->injectionPins[6] = Gpio::Unassigned;
24 engineConfiguration->injectionPins[7] = Gpio::Unassigned;
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.

29 {
30 engineConfiguration->cylindersCount = 6;
31 // 1-4-2-5-3-6 M104
32 engineConfiguration->firingOrder = FO_1_4_3_6_2_5; // M112
33}

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 {
37 engineConfiguration->cylindersCount = 8;
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.