|
rusEFI
The most advanced open source ECU
|
Definition in file logic_analyzer.h.
Functions | |
| void | initWaveAnalyzer () |
| void | startLogicAnalyzerPins () |
| void | stopLogicAnalyzerPins () |
| void | printWave (Logging *logging) |
| void | showWaveInfo (void) |
| void | reportLogicAnalyzerToTS (void) |
| void | waTriggerEventListener (trigger_event_e ckpSignalType, uint32_t index, efitick_t edgeTimestamp) |
| void initWaveAnalyzer | ( | ) |
Definition at line 236 of file logic_analyzer.cpp.
Referenced by initRealHardwareEngineController().


| void printWave | ( | Logging * | logging | ) |
Definition at line 227 of file logic_analyzer.cpp.
Referenced by updateDevConsoleState().


| void reportLogicAnalyzerToTS | ( | void | ) |
Definition at line 280 of file logic_analyzer.cpp.
Referenced by updateTunerStudioState().


| void showWaveInfo | ( | void | ) |
Definition at line 232 of file logic_analyzer.cpp.
Referenced by initWaveAnalyzer().

| void startLogicAnalyzerPins | ( | ) |
Definition at line 244 of file logic_analyzer.cpp.
Referenced by applyNewHardwareSettings().


| void stopLogicAnalyzerPins | ( | ) |
Definition at line 250 of file logic_analyzer.cpp.
Referenced by stopHardware().


| void waTriggerEventListener | ( | trigger_event_e | ckpSignalType, |
| uint32_t | index, | ||
| efitick_t | edgeTimestamp | ||
| ) |
Definition at line 153 of file logic_analyzer.cpp.
Referenced by TriggerCentral::handleShaftSignal().
