Speeduino
Loading...
Searching...
No Matches
Functions | Variables
auxiliaries.h File Reference
#include "config_pages.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void initialiseAuxPWM (void)
 
void boostControl (void)
 
void boostDisable (void)
 
void vvtControl (void)
 
void initialiseFan (uint8_t fanPin)
 
void initialiseAirCon (void)
 
bool initialiseFuelPump (const config2 &page2, uint8_t pumpPin)
 
void nitrousControl (void)
 
void fanControl (void)
 
void airConControl (void)
 
void wmiControl (void)
 
void vvt1On (void)
 
void vvt1Off (void)
 
void vvt2On (void)
 
void vvt2Off (void)
 
void fuelPumpOn (void)
 
void fuelPumpOff (void)
 
void fanOn (void)
 
void fanOff (void)
 
void boostInterrupt (void)
 
void vvtInterrupt (void)
 

Variables

uint16_t vvt_pwm_max_count
 
uint16_t boost_pwm_max_count
 

Function Documentation

◆ airConControl()

void airConControl ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ boostControl()

void boostControl ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ boostDisable()

void boostDisable ( void  )
Here is the caller graph for this function:

◆ boostInterrupt()

void boostInterrupt ( void  )

◆ fanControl()

void fanControl ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fanOff()

void fanOff ( void  )
Here is the caller graph for this function:

◆ fanOn()

void fanOn ( void  )
Here is the caller graph for this function:

◆ fuelPumpOff()

void fuelPumpOff ( void  )
Here is the caller graph for this function:

◆ fuelPumpOn()

void fuelPumpOn ( void  )
Here is the caller graph for this function:

◆ initialiseAirCon()

void initialiseAirCon ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ initialiseAuxPWM()

void initialiseAuxPWM ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ initialiseFan()

void initialiseFan ( uint8_t  fanPin)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ initialiseFuelPump()

bool initialiseFuelPump ( const config2 page2,
uint8_t  pumpPin 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ nitrousControl()

void nitrousControl ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ vvt1Off()

void vvt1Off ( void  )
Here is the caller graph for this function:

◆ vvt1On()

void vvt1On ( void  )
Here is the caller graph for this function:

◆ vvt2Off()

void vvt2Off ( void  )
Here is the caller graph for this function:

◆ vvt2On()

void vvt2On ( void  )
Here is the caller graph for this function:

◆ vvtControl()

void vvtControl ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ vvtInterrupt()

void vvtInterrupt ( void  )
Here is the call graph for this function:

◆ wmiControl()

void wmiControl ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ boost_pwm_max_count

uint16_t boost_pwm_max_count
extern

◆ vvt_pwm_max_count

uint16_t vvt_pwm_max_count
extern