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

Data Structures

struct  LtftState
 
class  LongTermFuelTrim
 

Functions

void initLtft ()
 
void resetLongTermFuelTrim ()
 
void applyLongTermFuelTrimToVe ()
 
bool ltftNeedVeRefresh ()
 
void devPokeLongTermFuelTrim ()
 
void * ltftGetTsPage ()
 
LtftStateltftGetState ()
 
size_t ltftGetTsPageSize ()
 

Function Documentation

◆ applyLongTermFuelTrimToVe()

void applyLongTermFuelTrimToVe ( )

Referenced by handleBenchCategory(), and LtftState::load().

Here is the caller graph for this function:

◆ devPokeLongTermFuelTrim()

void devPokeLongTermFuelTrim ( )

Referenced by handleBenchCategory(), and LtftState::load().

Here is the caller graph for this function:

◆ initLtft()

void initLtft ( )

Referenced by commonInitEngineController(), and LtftState::load().

Here is the caller graph for this function:

◆ ltftGetState()

LtftState * ltftGetState ( )

Referenced by LtftState::load().

Here is the caller graph for this function:

◆ ltftGetTsPage()

void * ltftGetTsPage ( )

Referenced by getWorkingPageAddr(), and LtftState::load().

Here is the caller graph for this function:

◆ ltftGetTsPageSize()

size_t ltftGetTsPageSize ( )

Referenced by getTunerStudioPageSize(), and LtftState::load().

Here is the caller graph for this function:

◆ ltftNeedVeRefresh()

bool ltftNeedVeRefresh ( )

Referenced by LtftState::load(), and updateTunerStudioState().

Here is the caller graph for this function:

◆ resetLongTermFuelTrim()

void resetLongTermFuelTrim ( )

Referenced by handleBenchCategory(), and LtftState::load().

Here is the caller graph for this function:

Go to the source code of this file.