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

Detailed Description

Author
Andrey Belomutskiy, (c) rusEFI LLC 2012-2023

Definition in file trigger_ford.cpp.

Functions

void configureFordCoyote (TriggerWaveform *s)
 

Function Documentation

◆ configureFordCoyote()

void configureFordCoyote ( TriggerWaveform s)

Definition at line 11 of file trigger_ford.cpp.

11 {
13
16
17 s->addToothRiseFall(45 /*, width = 10*/);
18 s->addToothRiseFall(90);
19
20 s->addToothRiseFall(180 - 30);
21 s->addToothRiseFall(180);
22
23 s->addToothRiseFall(270 - 30);
24 s->addToothRiseFall(270);
25
26 s->addToothRiseFall(360);
27}
void initialize(operation_mode_e operationMode, SyncEdge syncEdge)
void setSecondTriggerSynchronizationGap(float syncRatio)
void setTriggerSynchronizationGap(float syncRatio)
void addToothRiseFall(angle_t angle, angle_t width=10, TriggerWheel const channelIndex=TriggerWheel::T_PRIMARY)
@ FOUR_STROKE_CAM_SENSOR

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.