rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
proteus_meta.h File Reference

Functions

void setProteusEtbIO ()
 

Function Documentation

◆ setProteusEtbIO()

void setProteusEtbIO ( )

Definition at line 481 of file default_base_engine.cpp.

481 {
482#if HW_PROTEUS && EFI_PROD_CODE
483 engineConfiguration->tps1_2AdcChannel = PROTEUS_IN_TPS1_2;
484 setPPSInputs(PROTEUS_IN_PPS, PROTEUS_IN_PPS2);
485#endif // HW_PROTEUS
486}
void setPPSInputs(adc_channel_e pps1, adc_channel_e pps2)
static constexpr engine_configuration_s * engineConfiguration

Referenced by proteusStimQc(), setHyundaiPb(), setMaverickX3(), setMercedesM111EngineConfiguration(), setProteusVwPassatB6(), setSlingshot(), and setSubaru2011().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.