Home
last modified time | relevance | path

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

/btstack/3rd-party/segger-rtt/
H A DSEGGER_RTT.c437 unsigned NumBytesAtOnce; in _WriteNoCheck() local
467 NumBytesAtOnce = Rem; in _WriteNoCheck()
468 while (NumBytesAtOnce--) { in _WriteNoCheck()
472 NumBytesAtOnce = NumBytes - Rem; in _WriteNoCheck()
473 while (NumBytesAtOnce--) { in _WriteNoCheck()
479 NumBytesAtOnce = Rem; in _WriteNoCheck()
481 SEGGER_RTT_MEMCPY((void*)pDst, pData, NumBytesAtOnce); in _WriteNoCheck()
482 NumBytesAtOnce = NumBytes - Rem; in _WriteNoCheck()
484 SEGGER_RTT_MEMCPY((void*)pDst, pData + Rem, NumBytesAtOnce); in _WriteNoCheck()
486 pRing->WrOff = NumBytesAtOnce; in _WriteNoCheck()