Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/
DSEGGER_RTT.c450 unsigned Rem; in _WriteNoCheck() local
454 Rem = pRing->SizeOfBuffer - WrOff; in _WriteNoCheck()
455 if (Rem > NumBytes) { in _WriteNoCheck()
478 NumBytesAtOnce = Rem; in _WriteNoCheck()
483 NumBytesAtOnce = NumBytes - Rem; in _WriteNoCheck()
488 pRing->WrOff = NumBytes - Rem; in _WriteNoCheck()
490 NumBytesAtOnce = Rem; in _WriteNoCheck()
493 NumBytesAtOnce = NumBytes - Rem; in _WriteNoCheck()
495 SEGGER_RTT_MEMCPY((void*)pDst, pData + Rem, NumBytesAtOnce); in _WriteNoCheck()
951 unsigned Rem; in SEGGER_RTT_WriteSkipNoLock() local
[all …]