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

Functions

const chargetBoardSpecificPinName (brain_pin_e brainPin)
 

Function Documentation

◆ getBoardSpecificPinName()

const char * getBoardSpecificPinName ( brain_pin_e  brainPin)

Definition at line 7 of file generated_ts_name_by_pin.cpp.

7 {
8 switch(brainPin) {
9 case Gpio::A6: return "86 - CAM1";
10 case Gpio::A7: return "87 - CAM2";
11 case Gpio::A9: return "104 Wastegate";
12 case Gpio::B1: return "82 - VR";
13 case Gpio::C1: return "101 - MAP2";
14 case Gpio::C6: return "117 ETB_OUT+";
15 case Gpio::C7: return "118 ETB_OUT-";
16 case Gpio::C8: return "120 - VVT2 B2";
17 case Gpio::C9: return "18 - VVT2 B1";
18 case Gpio::D10: return "88 - INJ_4";
19 case Gpio::D11: return "97 - INJ_3";
20 case Gpio::D12: return "auxP6 output";
21 case Gpio::D13: return "37 - TACH";
22 case Gpio::D14: return "105 - IDLE rev A,B";
23 case Gpio::D15: return "OUT_FUEL_CONSUMPTION";
24 case Gpio::D2: return "auxP7 output";
25 case Gpio::D9: return "113 INJ 5";
26 case Gpio::E12: return "In D1";
27 case Gpio::E13: return "In D2";
28 case Gpio::E14: return "In D3";
29 case Gpio::E15: return "In D4";
30 case Gpio::E2: return "103 - IGN_5";
31 case Gpio::E3: return "94 - IGN_4";
32 case Gpio::E4: return "111 - IGN_3";
33 case Gpio::E5: return "7 - IGN_2";
34 case Gpio::F10: return "39 - IN RES2";
35 case Gpio::F11: return "54 - VSS";
36 case Gpio::F12: return "112 INJ 6";
37 case Gpio::F13: return "19 - INJ 7";
38 case Gpio::F14: return "24 - INJ 8";
39 case Gpio::F8: return "auxP3 switch";
40 case Gpio::F9: return "48 - IN RES1";
41 case Gpio::G11: return "auxP8 output";
42 case Gpio::G3: return "115 - VVT1_2";
43 case Gpio::G4: return "47 - CEL";
44 case Gpio::G5: return "105 - IDLE rev C+";
45 case Gpio::G7: return "96 - INJ_1";
46 case Gpio::G8: return "89 - INJ_2";
47 case Gpio::H14: return "65 - Fuel Pump";
48 case Gpio::I0: return "22 - VVT1 1";
49 case Gpio::I2: return "Main Relay";
50 case Gpio::I5: return "110 - IGN_6";
51 case Gpio::I6: return "8 - IGN_7";
52 case Gpio::I7: return "95 - IGN_8";
53 case Gpio::I8: return "102 - IGN_1";
54 default: return nullptr;
55 }
56 return nullptr;
57}

Go to the source code of this file.