![]() |
Speeduino
|
#include "timers.h"#include "globals.h"#include "sensors.h"#include "scheduler_fuel_controller.h"#include "scheduler_ignition_controller.h"#include "comms.h"#include "maths.h"#include "preprocessor.h"#include "scheduledIO_ign.h"#include "scheduledIO_inj.h"#include "src/pins/boardOutputPin.h"#include "src/controllers/fuelPump/fuelPumpController.h"#include "src/controllers/fan/fanController.h"#include "src/controllers/tacho/tachoController.h"Functions | |
| void | initialiseTimers (void) |
| uint8_t | getAndClearTimerMask (void) |
| void | oneMSInterval (void) |
Variables | |
| volatile uint16_t | lastRPM_100ms |
| volatile byte | loop5ms |
| volatile byte | loop20ms |
| volatile byte | loop33ms |
| volatile byte | loop66ms |
| volatile byte | loop100ms |
| volatile byte | loop250ms |
| volatile int | loopSec |
| TESTABLE_STATIC volatile uint8_t | TIMER_mask |
| uint8_t getAndClearTimerMask | ( | void | ) |
| void initialiseTimers | ( | void | ) |
| void oneMSInterval | ( | void | ) |
| volatile uint16_t lastRPM_100ms |
| volatile byte loop100ms |
| volatile byte loop20ms |
| volatile byte loop250ms |
| volatile byte loop33ms |
| volatile byte loop5ms |
| volatile byte loop66ms |
| volatile int loopSec |
| TESTABLE_STATIC volatile uint8_t TIMER_mask |