|
| static uint8_t | lookupVE2 (const config10 &page10, const table3d16RpmLoad &veLookupTable, const statuses ¤t) |
| | Looks up and returns the VE value from the secondary fuel table.
|
| |
| static bool | isSecondarySwitchActive (uint8_t variable, uint16_t threshold, const statuses ¤t) |
| |
| static bool | fuelModeCondSwitchActive (const config10 &page10, const statuses ¤t) |
| |
| static bool | fuelModeInputSwitchActive (const config10 &page10) |
| |
| void | calculateSecondaryFuel (const config10 &page10, const table3d16RpmLoad &veLookupTable, statuses ¤t) |
| |
| static int16_t | lookupSpark2 (const config10 &page10, const table3d16RpmLoad &sparkLookupTable, const statuses ¤t) |
| |
| static int8_t | constrainAdvance (int16_t advance) |
| |
| static bool | sparkModeCondSwitchActive (const config10 &page10, const statuses ¤t) |
| |
| static bool | sparkModeInputSwitchActive (const config10 &page10) |
| |
| static bool | isFixedTimingOn (const config2 &page2, const statuses ¤t) |
| |
| void | calculateSecondarySpark (const config2 &page2, const config10 &page10, const table3d16RpmLoad &sparkLookupTable, statuses ¤t) |
| |