Home
last modified time | relevance | path

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

/AliOS-Things-master/components/trace/SEGGER/
A DSEGGER_RTT.c360 unsigned NumBytesToWrite; in _WriteBlocking() local
373 NumBytesToWrite = RdOff - WrOff - 1u; in _WriteBlocking()
378 NumBytesToWrite = MIN(NumBytesToWrite, NumBytes); in _WriteBlocking()
381 NumBytesWritten += NumBytesToWrite; in _WriteBlocking()
382 NumBytes -= NumBytesToWrite; in _WriteBlocking()
383 WrOff += NumBytesToWrite; in _WriteBlocking()
384 while (NumBytesToWrite--) { in _WriteBlocking()
389 NumBytesWritten += NumBytesToWrite; in _WriteBlocking()
390 pBuffer += NumBytesToWrite; in _WriteBlocking()
391 NumBytes -= NumBytesToWrite; in _WriteBlocking()
[all …]

Completed in 6 milliseconds