rusefi-1/firmware/hw_layer/microsecond_timer.h

24 lines
363 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file microsecond_timer.h
*
* @date Apr 14, 2014
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-07-10 06:01:56 -07:00
*/
#ifndef SIGNAL_TEMP_H_
#define SIGNAL_TEMP_H_
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
void initMicrosecondTimer(void);
void setHardwareUsTimer(int32_t timeUs);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* SIGNAL_TEMP_H_ */