Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Buffer.c99 buffer->tailIndex = 0; in RCL_MultiBuffer_clear()
134 int32_t tailIndex = multiBuffer->tailIndex; in RCL_MultiBuffer_RxEntry_get() local
136 RCL_Debug_assert(headIndex <= tailIndex); in RCL_MultiBuffer_RxEntry_get()
138 if (headIndex >= tailIndex) in RCL_MultiBuffer_RxEntry_get()
145 tailIndex = multiBuffer->tailIndex; in RCL_MultiBuffer_RxEntry_get()
151 if (headIndex < tailIndex) in RCL_MultiBuffer_RxEntry_get()
155 RCL_Debug_assert(headIndex <= tailIndex); in RCL_MultiBuffer_RxEntry_get()
157 if (headIndex >= tailIndex) in RCL_MultiBuffer_RxEntry_get()
224 int32_t tailIndex = nextBuffer->tailIndex; in RCL_MultiBuffer_RxEntry_next() local
225 if (nextIndex >= tailIndex) in RCL_MultiBuffer_RxEntry_next()
[all …]
DRCL_Buffer.h92 uint16_t tailIndex; /*!< Number of bytes written */ member
470 return & curBuffer->data[curBuffer->tailIndex]; in RCL_MultiBuffer_getNextWritableByte()
486 curBuffer->tailIndex += numBytes; in RCL_MultiBuffer_commitBytes()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble_cs.c538 if (pBuffer->length - pBuffer->tailIndex >= numBytes) in RCL_Handler_BLE_CS_findBufferFitNumberOfBytes()
678 if ((pStepBuffer->headIndex + sizeof(RCL_CmdBleCs_Step)) <= pStepBuffer->tailIndex) in RCL_Handler_BLE_CS_fetchAndforwardNextStep()
698 if (pStepBuffer->headIndex == pStepBuffer->tailIndex) in RCL_Handler_BLE_CS_fetchAndforwardNextStep()
762 if (pResultBuffer->tailIndex == 0) in RCL_Handler_BLE_CS_retrieveAndStoreNextResult()