Home
last modified time | relevance | path

Searched refs:i (Results 1 – 1 of 1) sorted by relevance

/segger-latest/SEGGER/
DSEGGER_RTT.c317 unsigned i; in _DoInit() local
349 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()
1895 unsigned i; in SEGGER_RTT_StrongCheckInit() local
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()