rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
hip9011.h
Go to the documentation of this file.
1/**
2 * @file hip9011.h
3 * @brief HIP9011/TPIC8101 driver
4 *
5 * @date Nov 27, 2013
6 * @author Andrey Belomutskiy, (c) 2012-2020
7 */
8
9#pragma once
10
11#define HIP_THREAD_PERIOD 100
12
13void initHip9011();
15void stopHip9011_pins();
16#if HAL_USE_ADC
17void hipAdcCallback(float volts);
18#endif /* HAL_USE_ADC */
19
20void hip9011_onFireEvent(uint8_t cylinderNumber, efitick_t nowNt);
void initHip9011()
Definition hip9011.cpp:564
void startHip9011_pins()
Definition hip9011.cpp:547
void hip9011_onFireEvent(uint8_t cylinderNumber, efitick_t nowNt)
Definition hip9011.cpp:283
void stopHip9011_pins()
Definition hip9011.cpp:538
void hipAdcCallback(float volts)
Definition hip9011.cpp:322