rusEFI
The most advanced open source ECU
|
Functions | |
void | portInitMicrosecondTimer () |
void | portSetHardwareSchedulerTimer (efitick_t nowNt, efitick_t setTimeNt) |
void | portMicrosecondTimerCallback () |
void portInitMicrosecondTimer | ( | ) |
This file defines the API for the microsecond timer that a port needs to implement
Do not call these functions directly, they should only be called by microsecond_timer.cpp
Definition at line 35 of file microsecond_timer_gpt.cpp.
Referenced by initMicrosecondTimer().
void portMicrosecondTimerCallback | ( | ) |
Definition at line 98 of file microsecond_timer.cpp.
Referenced by hwTimerCallback(), and hwTimerCallback().
void portSetHardwareSchedulerTimer | ( | efitick_t | nowNt, |
efitick_t | setTimeNt | ||
) |
Definition at line 6 of file microsecond_timer_gpt.cpp.
Referenced by setHardwareSchedulerTimer().