Searched refs:BufferEnd (Results 1 – 1 of 1) sorted by relevance
65 MlmeConfirmQueue_t* BufferEnd; member155 ConfirmQueueCtx.BufferEnd = ConfirmQueueCtx.Nvm.MlmeConfirmQueue; in LoRaMacConfirmQueueInit()172 ConfirmQueueCtx.BufferEnd->Request = mlmeConfirm->Request; in LoRaMacConfirmQueueAdd()173 ConfirmQueueCtx.BufferEnd->Status = mlmeConfirm->Status; in LoRaMacConfirmQueueAdd()174 … ConfirmQueueCtx.BufferEnd->RestrictCommonReadyToHandle = mlmeConfirm->RestrictCommonReadyToHandle; in LoRaMacConfirmQueueAdd()175 ConfirmQueueCtx.BufferEnd->ReadyToHandle = mlmeConfirm->ReadyToHandle; in LoRaMacConfirmQueueAdd()179 ConfirmQueueCtx.BufferEnd = IncreaseBufferPointer( ConfirmQueueCtx.BufferEnd ); in LoRaMacConfirmQueueAdd()194 ConfirmQueueCtx.BufferEnd = DecreaseBufferPointer( ConfirmQueueCtx.BufferEnd ); in LoRaMacConfirmQueueRemoveLast()220 element = GetElement( request, ConfirmQueueCtx.BufferStart, ConfirmQueueCtx.BufferEnd ); in LoRaMacConfirmQueueSetStatus()235 element = GetElement( request, ConfirmQueueCtx.BufferStart, ConfirmQueueCtx.BufferEnd ); in LoRaMacConfirmQueueGetStatus()[all …]