rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
idle_hardware.h File Reference

Detailed Description

Idle Air Control valve hardware.

Date
November 3, 2020

This is just the hardware interface - deciding where to put the valve happens in idle_thread.cpp

Definition in file idle_hardware.h.

Functions

void initIdleHardware ()
 
bool isIdleHardwareRestartNeeded ()
 
bool isIdleMotorBusy ()
 

Function Documentation

◆ initIdleHardware()

void initIdleHardware ( )

Referenced by applyIACposition(), applyNewHardwareSettings(), and startIdleThread().

Here is the caller graph for this function:

◆ isIdleHardwareRestartNeeded()

bool isIdleHardwareRestartNeeded ( )

Referenced by applyIACposition(), and applyNewHardwareSettings().

Here is the caller graph for this function:

◆ isIdleMotorBusy()

bool isIdleMotorBusy ( )

Referenced by applyIACposition(), and Engine::isInShutdownMode().

Here is the caller graph for this function:

Go to the source code of this file.