rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
hw_layer
microsecond_timer
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
9
void
portInitMicrosecondTimer
();
10
void
portSetHardwareSchedulerTimer
(efitick_t nowNt, efitick_t setTimeNt);
11
12
// The port should call this callback when the timer expires
13
void
portMicrosecondTimerCallback
();
portSetHardwareSchedulerTimer
void portSetHardwareSchedulerTimer(efitick_t nowNt, efitick_t setTimeNt)
Definition
microsecond_timer_gpt.cpp:6
portMicrosecondTimerCallback
void portMicrosecondTimerCallback()
Definition
microsecond_timer.cpp:98
portInitMicrosecondTimer
void portInitMicrosecondTimer()
Definition
microsecond_timer_gpt.cpp:35
Generated on Sat Sep 27 2025 00:10:06 for rusEFI by
1.9.8