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::A9: return "X2 AuxLS3";
11 case Gpio::C8: return "wg_pwm";
12 case Gpio::C9: return "wg_dir";
13 case Gpio::D12: return "MIL";
14 case Gpio::D14: return "X3 AuxLS2";
15 case Gpio::D15: return "Tacho";
16 case Gpio::D3: return "X8 AuxLS1";
17 case Gpio::D9: return "VVT1";
18 case Gpio::E12: return "Crank - K17";
19 case Gpio::E13: return "Intake Cam - K62";
20 case Gpio::E14: return "Exhaust Cam - K15";
21 case Gpio::F10: return "A43 Clutch Input";
22 case Gpio::F11: return "K40 VSS";
23 case Gpio::F12: return "VVT2";
24 case Gpio::F13: return "K47 BK1 Wastegate Solenoid";
25 case Gpio::F14: return "K48 OUT_RCV";
26 case Gpio::F4: return "X9 Digital1";
27 case Gpio::F5: return "X7 Digital2";
28 case Gpio::F6: return "X4 Digital3";
29 case Gpio::F8: return "A29 Brake Input";
30 case Gpio::F9: return "A57 AC Request";
31 case Gpio::G12: return "K87 AC Relay";
32 case Gpio::G13: return "Fuel Pump K70";
33 case Gpio::G14: return "Main Relay K64";
34 case Gpio::G3: return "Fan Relay Low";
35 case Gpio::G4: return "Fan Relay HI";
36 case Gpio::G6: return "wg_dis";
37 case Gpio::MC33810_0_GD_0: return "Coil 1";
38 case Gpio::MC33810_0_GD_1: return "Coil 2";
39 case Gpio::MC33810_0_GD_2: return "Coil 3";
40 case Gpio::MC33810_0_GD_3: return "Coil 4";
41 case Gpio::MC33810_0_OUT_0: return "INJ_1 k25";
42 case Gpio::MC33810_0_OUT_1: return "INJ_2 k26";
43 case Gpio::MC33810_0_OUT_2: return "INJ_3 k27";
44 case Gpio::MC33810_0_OUT_3: return "INJ_4 k28";
45 default: return nullptr;
46 }
47 return nullptr;
48}
@ MC33810_0_GD_3
@ MC33810_0_OUT_2
@ MC33810_0_OUT_0
@ MC33810_0_OUT_3
@ MC33810_0_GD_2
@ MC33810_0_OUT_1
@ MC33810_0_GD_1
@ MC33810_0_GD_0

Go to the source code of this file.