rusEFI
The most advanced open source ECU
|
Functions | |
static void | auxInfo () |
void | enableAuxSerial () |
void | stopAuxSerialPins () |
void | startAuxSerialPins () |
void | initAuxSerial (void) |
Variables | |
static bool | isSerialEnabled = false |
static bool | isSerialTXEnabled = false |
static bool | isSerialRXEnabled = false |
static SerialConfig | uartCfg |
static SerialRead | serialRead |
|
static |
Definition at line 25 of file serial_hw.cpp.
Referenced by initAuxSerial().
void enableAuxSerial | ( | ) |
Definition at line 35 of file serial_hw.cpp.
Referenced by startAuxSerialPins().
void initAuxSerial | ( | void | ) |
Definition at line 56 of file serial_hw.cpp.
Referenced by initHardware().
void startAuxSerialPins | ( | ) |
Definition at line 47 of file serial_hw.cpp.
Referenced by applyNewHardwareSettings(), and initAuxSerial().
void stopAuxSerialPins | ( | ) |
Definition at line 42 of file serial_hw.cpp.
Referenced by applyNewHardwareSettings().
|
static |
Definition at line 18 of file serial_hw.cpp.
Referenced by auxInfo(), and initAuxSerial().
|
static |
Definition at line 20 of file serial_hw.cpp.
Referenced by initAuxSerial().
|
static |
Definition at line 19 of file serial_hw.cpp.
Referenced by initAuxSerial().
|
static |
Definition at line 23 of file serial_hw.cpp.
Referenced by initAuxSerial().
|
static |
Definition at line 22 of file serial_hw.cpp.
Referenced by enableAuxSerial().