Speeduino
Loading...
Searching...
No Matches
vvtController.h
Go to the documentation of this file.
1#ifndef AUX_H
2#define AUX_H
3
4#include "../../../config_pages.h"
5#include "../../../statuses.h"
6#include "../../pins/pinNumbers_t.h"
7
10
13
16
18void vvtInterrupt(void);
19
20#endif
const config4 const config6 & page6
Definition engineProtection.cpp:172
const config4 & page4
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:353
Definition config_pages.h:452
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:107
void vvtControl(statuses &current, const config4 &page4, const config6 &page6, config10 &page10)
VVT control. Should be called from the main loop.
Definition vvtController.cpp:212
void vvtInterrupt(void)
VVT timer callback for PWM control.
Definition vvtController.cpp:438
void initialiseVvtWmi(statuses &current, const pinNumbers_t &pins, const config4 &page4, const config6 &page6, config10 &page10)
Initialise the VVT & WMI controllers.
Definition vvtController.cpp:76
void wmiControl(statuses &current, const config10 &page10)
WMI control. Should be called from the main loop.
Definition vvtController.cpp:309