rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
logic_analyzer.h
Go to the documentation of this file.
1/**
2 * @file logic_analyzer.h
3 *
4 * @date Jan 7, 2013
5 * @author Andrey Belomutskiy, (c) 2012-2020
6 */
7
8#pragma once
9
10#include "global.h"
11
12#if EFI_LOGIC_ANALYZER
13
14#include "engine_sniffer.h"
15
16void initWaveAnalyzer();
19void printWave(Logging *logging);
20void showWaveInfo(void);
21void reportLogicAnalyzerToTS(void);
22
23void waTriggerEventListener(trigger_event_e ckpSignalType, uint32_t index, efitick_t edgeTimestamp);
24
25#endif /* EFI_LOGIC_ANALYZER */
26
rusEfi console wave sniffer
void waTriggerEventListener(trigger_event_e ckpSignalType, uint32_t index, efitick_t edgeTimestamp)
void reportLogicAnalyzerToTS(void)
void stopLogicAnalyzerPins()
void startLogicAnalyzerPins()
void printWave(Logging *logging)
void showWaveInfo(void)
void initWaveAnalyzer()
trigger_event_e