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

Functions

void initializeRenix44_2_2 (TriggerWaveform *s)
 
void initializeRenix66_2_2 (TriggerWaveform *s)
 
void initializeJeepRenix66_2_2 (TriggerWaveform *s)
 

Function Documentation

◆ initializeJeepRenix66_2_2()

void initializeJeepRenix66_2_2 ( TriggerWaveform s)

Definition at line 67 of file trigger_renix.cpp.

67 {
69
70 // 6 cylinder = 66 tooth wheel, missing 2 teeth in 3 spots
71 JeepRenix66_2_2(s, 3, 66, 2);
72 s->setTriggerSynchronizationGap3(/*gapIndex*/0, 0.2, 0.5);
73 s->setTriggerSynchronizationGap3(/*gapIndex*/1, 2, 4);
74 s->setTriggerSynchronizationGap3(/*gapIndex*/2, 0.6, 1.4);
75}
void initialize(operation_mode_e operationMode, SyncEdge syncEdge)
void setTriggerSynchronizationGap3(int index, float syncRatioFrom, float syncRatioTo)
@ FOUR_STROKE_THREE_TIMES_CRANK_SENSOR
void JeepRenix66_2_2(TriggerWaveform *s, size_t halfCylinderCount, size_t totalWheel, size_t missing)

Referenced by TriggerWaveform::initializeTriggerWaveform().

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

◆ initializeRenix44_2_2()

void initializeRenix44_2_2 ( TriggerWaveform s)

Definition at line 34 of file trigger_renix.cpp.

34 {
36 commonRenix(s);
37}
@ FOUR_STROKE_SYMMETRICAL_CRANK_SENSOR
static void commonRenix(TriggerWaveform *s)

Referenced by TriggerWaveform::initializeTriggerWaveform().

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

◆ initializeRenix66_2_2()

void initializeRenix66_2_2 ( TriggerWaveform s)

Definition at line 40 of file trigger_renix.cpp.

Referenced by TriggerWaveform::initializeTriggerWaveform().

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

Go to the source code of this file.