rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
port_microsecond_timer.h
Go to the documentation of this file.
1/**
2 * This file defines the API for the microsecond timer that a port needs to implement
3 *
4 * Do not call these functions directly, they should only be called by microsecond_timer.cpp
5 */
6
7#pragma once
8
10void portSetHardwareSchedulerTimer(efitick_t nowNt, efitick_t setTimeNt);
11
12// The port should call this callback when the timer expires
void portSetHardwareSchedulerTimer(efitick_t nowNt, efitick_t setTimeNt)
void portMicrosecondTimerCallback()
void portInitMicrosecondTimer()