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

Detailed Description

Idle Air Control valve thread.

This thread looks at current RPM and decides if it should increase or decrease IAC duty cycle. This file has the hardware & scheduling logic, desired idle level lives separately.

Date
May 23, 2013
Author
Andrey Belomutskiy, (c) 2012-2022

Definition in file idle_thread.cpp.

Functions

static void finishIdleTestIfNeeded ()
 

Function Documentation

◆ finishIdleTestIfNeeded()

static void finishIdleTestIfNeeded ( )
static

Definition at line 236 of file idle_thread.cpp.

236 {
239}
efitimeus_t timeToStopIdleTest
Definition engine.h:351
efitimeus_t getTimeNowUs()
Definition efitime.cpp:26
static EngineAccessor engine
Definition engine.h:413

Referenced by IdleController::getIdlePosition().

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

Go to the source code of this file.