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 8 of file generated_ts_name_by_pin.cpp.

8 {
9 switch(brainPin) {
10 case Gpio::A6: return "Cam - K62 rev B";
11 case Gpio::A7: return "Cam - K15";
12 case Gpio::A9: return "Aux P67";
13 case Gpio::B1: return "Crank - K17 rev B";
14 case Gpio::B3: return "X8 AuxLS1";
15 case Gpio::B7: return "X2 AuxLS3";
16 case Gpio::C13: return "Coil 1";
17 case Gpio::C8: return "wg_pwm";
18 case Gpio::C9: return "wg_dir";
19 case Gpio::D10: return "INJ_4 k28";
20 case Gpio::D11: return "INJ_3 k27";
21 case Gpio::D12: return "MIL";
22 case Gpio::D14: return "X3 AuxLS2";
23 case Gpio::D15: return "Tacho";
24 case Gpio::D3: return "Aux P66";
25 case Gpio::D9: return "VVT1";
26 case Gpio::E12: return "X9 Digital1";
27 case Gpio::E13: return "X7 Digital2";
28 case Gpio::E14: return "X4 Digital3";
29 case Gpio::E3: return "Coil 4";
30 case Gpio::E4: return "Coil 3";
31 case Gpio::E5: return "Coil 2";
32 case Gpio::F10: return "A43 Clutch Input";
33 case Gpio::F11: return "K40 VSS";
34 case Gpio::F12: return "VVT2";
35 case Gpio::F13: return "K47 BK1 Wastegate Solenoid";
36 case Gpio::F4: return "Crank - K17 rev C";
37 case Gpio::F5: return "Cam - K62 rev C";
38 case Gpio::F8: return "A29 Brake Input";
39 case Gpio::F9: return "A57 AC Request";
40 case Gpio::G12: return "K87 AC Relay";
41 case Gpio::G13: return "Fuel Pump K70";
42 case Gpio::G14: return "Main Relay K64";
43 case Gpio::G3: return "Fan Relay Low";
44 case Gpio::G4: return "Fan Relay HI";
45 case Gpio::G5: return "Aux P68";
46 case Gpio::G6: return "wg_dis";
47 case Gpio::G7: return "INJ_1 k25";
48 case Gpio::G8: return "INJ_2 k26";
49 default: return nullptr;
50 }
51 return nullptr;
52}

Go to the source code of this file.