Home
last modified time | relevance | path

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

/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/
DSEGGER_RTT.c396 unsigned NumBytesAtOnce; in _WriteNoCheck() local
426 NumBytesAtOnce = Rem; in _WriteNoCheck()
427 while (NumBytesAtOnce--) { in _WriteNoCheck()
431 NumBytesAtOnce = NumBytes - Rem; in _WriteNoCheck()
432 while (NumBytesAtOnce--) { in _WriteNoCheck()
437 NumBytesAtOnce = Rem; in _WriteNoCheck()
438 SEGGER_RTT_MEMCPY(pRing->pBuffer + WrOff, pData, NumBytesAtOnce); in _WriteNoCheck()
439 NumBytesAtOnce = NumBytes - Rem; in _WriteNoCheck()
440 SEGGER_RTT_MEMCPY(pRing->pBuffer, pData + Rem, NumBytesAtOnce); in _WriteNoCheck()
441 pRing->WrOff = NumBytesAtOnce; in _WriteNoCheck()