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

Functions

void setToyota_2jz_vics ()
 

Function Documentation

◆ setToyota_2jz_vics()

void setToyota_2jz_vics ( )

TOYOTA_2JZ_GTE_VVTi set engine_type 44

Definition at line 59 of file toyota_jz.cpp.

59 {
60 common2jz();
61
64
65 engineConfiguration->vvtMode[0] = VVT_TOYOTA_3_TOOTH;
66
67 // set global_trigger_offset_angle 155
69
70 engineConfiguration->ignitionMode = IM_WASTED_SPARK; // just for now
71 engineConfiguration->injectionMode = IM_BATCH; // just for now
73
74 // todo: these magic values would be hardcoded once we find out proper magic values!
75 // engineConfiguration->scriptSetting[4] = 175 - 45;
76 // engineConfiguration->scriptSetting[5] = 175 + 45;
77
78}
void setCrankOperationMode()
static constexpr engine_configuration_s * engineConfiguration
static void common2jz()
Definition toyota_jz.cpp:26

Referenced by applyEngineType().

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

Go to the source code of this file.