|
| static uint8_t | getAirConRequestPinMode (const config15 &page15) |
| |
| static bool | isCoolantLockoutActive (const statuses ¤t, const config15 &page15) |
| |
| static bool | isTPSLockoutActive (const statuses ¤t, const config15 &page15) |
| |
| static bool | isRPMLockoutActive (const statuses ¤t, const config15 &page15) |
| |
| static bool | targetPinHigh (bool pinOnOrOff, bool isPolarityInverted) |
| |
| static void | setPinOnOrOff (outputPin_t &pin, bool pinOnOrOff, bool isPolarityInverted) |
| |
| TESTABLE_STATIC void | airConOn (statuses ¤t, const config15 &page15) |
| |
| TESTABLE_STATIC void | airConOff (statuses ¤t, const config15 &page15) |
| |
| TESTABLE_STATIC void | airConFanOn (statuses ¤t, const config15 &page15) |
| |
| TESTABLE_STATIC void | airConFanOff (statuses ¤t, const config15 &page15) |
| |
| static bool | enableAc (const config15 &page15, const pinNumbers_t &pins) |
| |
| void | initialiseAirCon (statuses ¤t, const config15 &page15, const pinNumbers_t &pins) |
| |
| static bool | readRequestPin (const config15 &page15) |
| |
| void | airConControl (statuses ¤t, const config15 &page15) |
| |