#include "inc/freeEMS.h"
Go to the source code of this file.
Variables | |
unsigned char | asyncDatalogType = asyncDatalogBasic |
unsigned short | tachoPeriod = 65535 |
unsigned short | masterPulseWidth = 10 |
* Pointers to main tables to aid readability */ | |
unsigned short | totalAngleAfterReferenceIgnition = 540 |
unsigned short | totalAngleAfterReferenceInjection = 180 |
unsigned long | engineCyclePeriod = ticksPerCycleAtOneRPM |
Definition in file staticInit.c.
unsigned char asyncDatalogType = asyncDatalogBasic |
unsigned long engineCyclePeriod = ticksPerCycleAtOneRPM |
Definition at line 69 of file staticInit.c.
Referenced by ModDownCtrISR(), PrimaryRPMISR(), resetToNonRunningState(), and SecondaryRPMISR().
unsigned short masterPulseWidth = 10 |
* Pointers to main tables to aid readability */
* Pointers to SmallTablesA */ * Pointers to SmallTablesB */
Definition at line 48 of file staticInit.c.
Referenced by calculateFuelAndIgnition(), and PrimaryRPMISR().
unsigned short tachoPeriod = 65535 |
unsigned short totalAngleAfterReferenceIgnition = 540 |
Definition at line 49 of file staticInit.c.
unsigned short totalAngleAfterReferenceInjection = 180 |
Definition at line 50 of file staticInit.c.
Referenced by calculateFuelAndIgnition(), and PrimaryRPMISR().