|
rusEFI
The most advanced open source ECU
|
Enumerations | |
| enum | triggerType { TRIGGER_NONE , TRIGGER_EXTI , TRIGGER_ADC } |
Functions | |
| int | extiTriggerTurnOnInputPin (const char *msg, int index, bool isTriggerShaft) |
| void | extiTriggerTurnOffInputPin (brain_pin_e brainPin) |
| void | adcTriggerTurnOnInputPins () |
| int | adcTriggerTurnOnInputPin (const char *msg, int index, bool isTriggerShaft) |
| void | adcTriggerTurnOffInputPin (brain_pin_e brainPin) |
| static int | turnOnTriggerInputPin (const char *msg, int index, bool isTriggerShaft) |
| static void | turnOffTriggerInputPin (int index, bool isTriggerShaft) |
| void | stopTriggerInputPins () |
| void | startTriggerInputPins () |
| void | onEcuStartTriggerImplementation () |
| void | onEcuStartDoSomethingTriggerInputPins () |
Variables | |
| static triggerType | shaftTriggerType [TRIGGER_INPUT_PIN_COUNT] |
| static triggerType | camTriggerType [CAM_INPUTS_COUNT] |
| static const char *const | camNames [] = { "cam1", "cam2", "cam3", "cam4"} |
| enum triggerType |
| Enumerator | |
|---|---|
| TRIGGER_NONE | |
| TRIGGER_EXTI | |
| TRIGGER_ADC | |
Definition at line 49 of file trigger_input.cpp.
| void adcTriggerTurnOffInputPin | ( | brain_pin_e | brainPin | ) |
Definition at line 143 of file trigger_input_adc.cpp.
Referenced by turnOffTriggerInputPin().


Definition at line 39 of file trigger_input.cpp.
Referenced by turnOnTriggerInputPin().


| void adcTriggerTurnOnInputPins | ( | ) |
Definition at line 147 of file trigger_input_adc.cpp.
| void extiTriggerTurnOffInputPin | ( | brain_pin_e | brainPin | ) |
Definition at line 75 of file trigger_input_exti.cpp.
Referenced by turnOffTriggerInputPin().


Definition at line 23 of file trigger_input.cpp.
Referenced by turnOnTriggerInputPin().


| void onEcuStartDoSomethingTriggerInputPins | ( | ) |
Definition at line 167 of file trigger_input.cpp.
Referenced by initHardware().


| void onEcuStartTriggerImplementation | ( | ) |
Definition at line 160 of file trigger_input.cpp.
Referenced by initHardware().

| void startTriggerInputPins | ( | ) |
Definition at line 145 of file trigger_input.cpp.
Referenced by startHardware().


| void stopTriggerInputPins | ( | ) |
Definition at line 130 of file trigger_input.cpp.
Referenced by applyNewHardwareSettings().


|
static |
Definition at line 99 of file trigger_input.cpp.
Referenced by stopTriggerInputPins().


Definition at line 58 of file trigger_input.cpp.
Referenced by startTriggerInputPins().


|
static |
Definition at line 143 of file trigger_input.cpp.
Referenced by startTriggerInputPins().
|
static |
Definition at line 56 of file trigger_input.cpp.
Referenced by turnOffTriggerInputPin(), and turnOnTriggerInputPin().
|
static |
Definition at line 55 of file trigger_input.cpp.
Referenced by turnOffTriggerInputPin(), and turnOnTriggerInputPin().