Speeduino
Loading...
Searching...
No Matches
Functions | Variables
fuelPumpController.cpp File Reference
#include "fuelPumpController.h"
#include "fuelPumpController_detail.h"

Functions

void fuelPumpOn (void)
 
void fuelPumpOff (void)
 
void startPumpPriming (const statuses &current, const config2 &page2)
 
static bool primingTimeExpired (const statuses &current, const config2 &page2)
 
void stopPumpPriming (const statuses &current, const config2 &page2)
 
void initialiseFuelPump (const statuses &current, const config2 &page2, uint8_t pumpPin)
 

Variables

TESTABLE_STATIC fuelPumpController::detsil::pump_state_t pump_state
 

Function Documentation

◆ fuelPumpOff()

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

◆ fuelPumpOn()

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

◆ initialiseFuelPump()

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

◆ primingTimeExpired()

static bool primingTimeExpired ( const statuses current,
const config2 page2 
)
inlinestatic
Here is the caller graph for this function:

◆ startPumpPriming()

void startPumpPriming ( const statuses current,
const config2 page2 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stopPumpPriming()

void stopPumpPriming ( const statuses current,
const config2 page2 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ pump_state