Searched refs:_aTerminalId (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/ |
D | SEGGER_RTT.c | 263 static const unsigned char _aTerminalId[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '… variable 519 …ac[1] = _aTerminalId[TerminalId]; // Caller made already sure that TerminalId does not exceed our… in _PostTerminalSwitch() 1941 if (TerminalId < sizeof(_aTerminalId)) { // We only support a certain number of channels in SEGGER_RTT_SetTerminal() 1942 ac[1] = _aTerminalId[TerminalId]; in SEGGER_RTT_SetTerminal() 1991 if (TerminalId < (char)sizeof(_aTerminalId)) { // We only support a certain number of channels in SEGGER_RTT_TerminalOut()
|