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

Functions

Gm4l6xTransmissionControllergetGm4l6xTransmissionController ()
 
void configureTcu4R70W ()
 

Variables

Gm4l6xTransmissionController gm4l6xTransmissionController
 
static SimplePwm tccPwm ("TCC Control")
 
static SimplePwm shift32Pwm ("3-2 Shift Control")
 

Function Documentation

◆ configureTcu4R70W()

void configureTcu4R70W ( )

Definition at line 55 of file tc_4l6x.cpp.

55 {
56}

Referenced by applyEngineType().

Here is the caller graph for this function:

◆ getGm4l6xTransmissionController()

Gm4l6xTransmissionController * getGm4l6xTransmissionController ( )

Definition at line 50 of file tc_4l6x.cpp.

50 {
52}
Gm4l6xTransmissionController gm4l6xTransmissionController
Definition tc_4l6x.cpp:6

Referenced by GearControllerBase::initTransmissionController().

Here is the caller graph for this function:

Variable Documentation

◆ gm4l6xTransmissionController

Gm4l6xTransmissionController gm4l6xTransmissionController

Definition at line 6 of file tc_4l6x.cpp.

Referenced by getGm4l6xTransmissionController().

◆ shift32Pwm

SimplePwm shift32Pwm("3-2 Shift Control") ( "3-2 Shift Control"  )
static

◆ tccPwm

SimplePwm tccPwm("TCC Control") ( "TCC Control"  )
static

Go to the source code of this file.