Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Buffer.c197 listInfo->nextIndex = listInfo->nextBuffer->headIndex; in RCL_MultiBuffer_ListInfo_init()
201 listInfo->nextIndex = 0; in RCL_MultiBuffer_ListInfo_init()
223 int32_t nextIndex = listInfo->nextIndex; in RCL_MultiBuffer_RxEntry_next() local
225 if (nextIndex >= tailIndex) in RCL_MultiBuffer_RxEntry_next()
230 nextIndex = 0; in RCL_MultiBuffer_RxEntry_next()
235 if (nextIndex < tailIndex) in RCL_MultiBuffer_RxEntry_next()
237 rxEntry = (RCL_Buffer_DataEntry *) &nextBuffer->data[nextIndex]; in RCL_MultiBuffer_RxEntry_next()
238 nextIndex += RCL_Buffer_DataEntry_paddedLen(rxEntry->length); in RCL_MultiBuffer_RxEntry_next()
239 RCL_Debug_assert(nextIndex <= tailIndex); in RCL_MultiBuffer_RxEntry_next()
240 if (nextIndex >= tailIndex) in RCL_MultiBuffer_RxEntry_next()
[all …]
DRCL_Buffer.h105 uint16_t nextIndex; /*!< Index of nextBuffer->data for next entry */ member
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Drf_data_entry.h146 …uint16_t nextIndex; //!< Index to the byte after the last byte of the last… member
209 …uint16_t nextIndex; //!< Index to the byte after the last byte of the last… member
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drf_data_entry.h146 …uint16_t nextIndex; //!< Index to the byte after the last byte of the last… member
209 …uint16_t nextIndex; //!< Index to the byte after the last byte of the last… member