rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions | Variables
single_timer_executor.cpp File Reference

Functions

void globalTimerCallback ()
 
void initSingleTimerExecutorHardware ()
 
void executorStatistics ()
 

Variables

uint32_t hwSetTimerDuration
 

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:

◆ globalTimerCallback()

void globalTimerCallback ( )

Definition at line 36 of file single_timer_executor.cpp.

36 {
37 efiAssertVoid(ObdCode::CUSTOM_ERR_6624, hasLotsOfRemainingStack(), "lowstck#2y");
38
40}
@ CUSTOM_ERR_6624

Referenced by portMicrosecondTimerCallback().

Here is the call graph for this function:
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:

Variable Documentation

◆ hwSetTimerDuration

uint32_t hwSetTimerDuration

Definition at line 34 of file single_timer_executor.cpp.

Go to the source code of this file.