Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c336 MS_U32 txPos; in bufferWriteThread() local
375 txPos = _hsl->pSystemState->bufReadPos; in bufferWriteThread()
441 if( (txPos + txSize) >= _hsl->pSystemState->bufUsedEnd ) in bufferWriteThread()
443 txSize = _hsl->pSystemState->bufUsedEnd - txPos; in bufferWriteThread()
452 memcpy(txBuffer+txBufPos, (MS_U8*)txPos, txSize); in bufferWriteThread()
454 txPos += txSize; in bufferWriteThread()
461 …if( (txPos >= _hsl->pSystemState->bufUsedEnd) && (_hsl->pSystemState->bufReadLimit < _hsl->pSystem… in bufferWriteThread()
465 txPos = _hsl->pSystemState->bufStart; in bufferWriteThread()
479 _hsl->pSystemState->bufReadPos = txPos; in bufferWriteThread()