15#if (INJ_CHANNELS >= 2)
18#if (INJ_CHANNELS >= 3)
21#if (INJ_CHANNELS >= 4)
The tune page structs and related defines.
const config2 & page2
Definition engineProtection.cpp:438
const config4 const config6 & page6
Definition engineProtection.cpp:155
const config4 & page4
Definition engineProtection.cpp:155
const config4 const config6 const config9 const config10 & page10
Definition engineProtection.cpp:156
Pulse width calculations.
static fastOutputPin_t pins[_countof(coil_pins_t::_M_elems)]
Definition scheduledIO_direct_ign.cpp:10
const config2 const config4 const config6 statuses & current
Definition scheduler_fuel_controller.cpp:506
void initialiseFuelSchedules(statuses ¤t, const config2 &page2, const config4 &page4, const config10 &page10, const pinNumbers_t &pins)
Initialise this module.
Definition scheduler_fuel_controller.cpp:1143
void startFuelSchedulers(void)
Start the timers that drive schedulers.
Definition scheduler_fuel_controller.cpp:540
void applyPwToInjectorChannels(const pulseWidths &pulse_widths, const config2 &page2, const config4 &page4, const config6 &page6, statuses ¤t)
Apply the calculated pulse widths to the fuel schedules.
FuelSchedule fuelSchedule1
void stopFuelSchedulers(void)
Stop the timers that drive schedulers.
Definition scheduler_fuel_controller.cpp:560
uint16_t setFuelChannelSchedules(const statuses ¤t)
Schedule all fuel channels.
void beginInjectorPriming(const statuses ¤t, const config4 &page4)
Start priming the fuel system.
Definition scheduler_fuel_controller.cpp:586
void closeAllInjectors(void)
Utility function to close all injectors.
Definition scheduler_fuel_controller.cpp:621
The statuses struct and related defines.
A fuel injection schedule.
Definition scheduler.h:220
Definition config_pages.h:649
Definition config_pages.h:175
Definition config_pages.h:355
Definition config_pages.h:454
Definition scheduler_fuel_controller.h:72
uint16_t pwDegrees
Definition scheduler_fuel_controller.h:74
uint16_t pw
Definition scheduler_fuel_controller.h:73
Store the pin assignments, as defined by the board.
Definition pinNumbers_t.h:41
Result of pulse width calculation.
Definition fuel_calcs.h:14
The status struct with current values for all 'live' variables.
Definition statuses.h:47