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::A8: return "B35 Low Side Output";
10 case Gpio::A9: return "B42 injector output 2";
11 case Gpio::B1: return "B13 Crank VR+";
12 case Gpio::B12: return "A35 Switch Input";
13 case Gpio::B13: return "A34 Switch Input";
14 case Gpio::B8: return "A52 relay output";
15 case Gpio::B9: return "A40 Relay Output";
16 case Gpio::C10: return "A36 Switch Input";
17 case Gpio::C11: return "A47 Switch Input";
18 case Gpio::C12: return "A23 Switch Input";
19 case Gpio::C13: return "B56 Coil 1";
20 case Gpio::C6: return "A29 Fuel Consumption Output";
21 case Gpio::C7: return "A31 Relay Output";
22 case Gpio::C8: return "A41 Engine Radiator Fan";
23 case Gpio::C9: return "A42 Fuel Pump Relay";
24 case Gpio::D10: return "B45 injector output 4";
25 case Gpio::D11: return "B43 injector output 3";
26 case Gpio::D12: return "B46 low side 1.5A output";
27 case Gpio::D13: return "A28 Tach Output";
28 case Gpio::D15: return "A02 low side 1.5A output";
29 case Gpio::D2: return "A01 low side 1.5A output";
30 case Gpio::D3: return "B44 injector output 1";
31 case Gpio::E11: return "B33 MAF frequency";
32 case Gpio::E12: return "B31 Cam";
33 case Gpio::E13: return "B32 VSS";
34 case Gpio::E15: return "A20 Switch Input";
35 case Gpio::E2: return "A51 relay output";
36 case Gpio::E3: return "B55 Coil 4";
37 case Gpio::E4: return "B54 Coil 3";
38 case Gpio::E5: return "B53 Coil 2";
39 case Gpio::E6: return "A15 Main Relay";
40 default: return nullptr;
41 }
42 return nullptr;
43}

Go to the source code of this file.