Searched refs:_aInitStr (Results 1 – 1 of 1) sorted by relevance
253 static const char _aInitStr[] = "\0\0\0\0\0\0TTR REGGES"; // Init complete ID string to make sure … variable349 for (i = 0; i < sizeof(_aInitStr) - 1; ++i) { in _DoInit()350 … p->acID[i] = _aInitStr[sizeof(_aInitStr) - 2 - i]; // Skip terminating \0 at the end of the array in _DoInit()1899 for (i = 0; i < sizeof(_aInitStr) - 1; ++i) { in SEGGER_RTT_StrongCheckInit()1900 …if (p->acID[i] != _aInitStr[sizeof(_aInitStr) - 2 - i]) { // Skip terminating \0 at the end of the… in SEGGER_RTT_StrongCheckInit()