rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Structures | Functions
single_timer_executor.h File Reference

Detailed Description

Date
: Apr 18, 2014
Author
Andrey Belomutskiy, (c) 2012-2020

Definition in file single_timer_executor.h.

Data Structures

class  SingleTimerExecutor
 

Functions

void initSingleTimerExecutorHardware ()
 
void executorStatistics ()
 

Function Documentation

◆ executorStatistics()

void executorStatistics ( )

Definition at line 161 of file single_timer_executor.cpp.

161 {
162 if (engineConfiguration->debugMode == DBG_EXECUTOR) {
163#if EFI_TUNER_STUDIO
169#endif /* EFI_TUNER_STUDIO */
170 }
171}
SingleTimerExecutor scheduler
Definition engine.h:271
TunerStudioOutputChannels outputChannels
Definition engine.h:109
static EngineAccessor engine
Definition engine.h:413
Engine ___engine
static constexpr engine_configuration_s * engineConfiguration

Referenced by updateTunerStudioState().

Here is the caller graph for this function:

◆ initSingleTimerExecutorHardware()

void initSingleTimerExecutorHardware ( )

Definition at line 157 of file single_timer_executor.cpp.

157 {
159}
void initMicrosecondTimer()

Referenced by initHardwareNoConfig().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.