Speeduino
Loading...
Searching...
No Matches
boostController.h
Go to the documentation of this file.
1#pragma once
2
3#include "../../../statuses.h"
4#include "../../../config_pages.h"
5#include "../../pins/pinNumbers_t.h"
6
17
29void boostControl(statuses &current, const config2 &page2, const config4 &page4, const config6 &page6, const config9 &page9, const config10 &page10, const config15 &page15);
30
32void boostInterrupt(void);
33
void boostControl(statuses &current, const config2 &page2, const config4 &page4, const config6 &page6, const config9 &page9, const config10 &page10, const config15 &page15)
Run the boost control algorithm. Should be called periodically from the main loop.
Definition boostController.cpp:246
void boostInterrupt(void)
Boost timer ISR. The board needs to hook this into a timer.
Definition boostController.cpp:256
void initialiseBoost(statuses &current, const config2 &page2, const config6 &page6, const config10 &page10, const pinNumbers_t &pins)
Initialise the boost controller.
Definition boostController.cpp:43
const config4 & page4
Definition engineProtection.cpp:172
const config2 & page2
Definition engineProtection.cpp:455
const config4 const config6 const config9 & page9
Definition engineProtection.cpp:172
const config4 const config6 & page6
Definition engineProtection.cpp:172
const config4 const config6 const config9 const config10 & page10
Definition engineProtection.cpp:173
static fastOutputPin_t pins[_countof(coil_pins_t::_M_elems)]
Definition scheduledIO_direct_ign.cpp:10
const config2 const config4 const config6 const config10 statuses & current
Definition scheduler_fuel_controller.cpp:913
Definition config_pages.h:641
Definition config_pages.h:886
Definition config_pages.h:175
Definition config_pages.h:353
Definition config_pages.h:452
Definition config_pages.h:569
Store the pin assignments, as defined by the board.
Definition pinNumbers_t.h:41
The status struct with current values for all 'live' variables.
Definition statuses.h:110