◆ getBluetoothChannel()
Definition at line 106 of file tunerstudio_io_serial_ports.cpp.
106 {
107#if defined(TS_SECONDARY_UxART_PORT)
108
110#elif defined(TS_PRIMARY_UxART_PORT)
111
113#endif
114
115
116 return nullptr;
117}
SerialTsChannel UartDmaTsChannel UartTsChannel primaryChannel(TS_PRIMARY_UxART_PORT)
SerialTsChannel UartDmaTsChannel UartTsChannel secondaryChannel(TS_SECONDARY_UxART_PORT)
Referenced by bluetoothStart(), and tsProcessOne().
◆ primaryChannel()
◆ secondaryChannel()
◆ startSerialChannels()
void startSerialChannels |
( |
| ) |
|
Definition at line 93 of file tunerstudio_io_serial_ports.cpp.
93 {
94#if defined(TS_PRIMARY_UxART_PORT)
96#endif
97
98#if defined(TS_SECONDARY_UxART_PORT)
99
102 }
103#endif
104}
static constexpr engine_configuration_s * engineConfiguration
bool isBrainPinValid(brain_pin_e brainPin)
static PrimaryChannelThread primaryChannelThread
static SecondaryChannelThread secondaryChannelThread
Referenced by runRusEfi().
◆ primaryChannelThread
PrimaryChannelThread primaryChannelThread |
|
static |
◆ secondaryChannelThread
SecondaryChannelThread secondaryChannelThread |
|
static |
Go to the source code of this file.