Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMacConfirmQueue.c75 static LoRaMacConfirmQueueCtx_t ConfirmQueueCtx; variable
79 … if( bufferPointer == &ConfirmQueueCtx.Nvm.MlmeConfirmQueue[LORA_MAC_MLME_CONFIRM_QUEUE_LEN - 1] ) in IncreaseBufferPointer()
82 bufferPointer = ConfirmQueueCtx.Nvm.MlmeConfirmQueue; in IncreaseBufferPointer()
94 if( bufferPointer == ConfirmQueueCtx.Nvm.MlmeConfirmQueue ) in DecreaseBufferPointer()
97 bufferPointer = &ConfirmQueueCtx.Nvm.MlmeConfirmQueue[LORA_MAC_MLME_CONFIRM_QUEUE_LEN - 1]; in DecreaseBufferPointer()
128 if( IsListEmpty( ConfirmQueueCtx.Nvm.MlmeConfirmQueueCnt ) == true ) in GetElement()
133 … for( uint8_t elementCnt = 0; elementCnt < ConfirmQueueCtx.Nvm.MlmeConfirmQueueCnt; elementCnt++ ) in GetElement()
148 ConfirmQueueCtx.Primitives = primitives; in LoRaMacConfirmQueueInit()
151 ConfirmQueueCtx.Nvm.MlmeConfirmQueueCnt = 0; in LoRaMacConfirmQueueInit()
154 ConfirmQueueCtx.BufferStart = ConfirmQueueCtx.Nvm.MlmeConfirmQueue; in LoRaMacConfirmQueueInit()
[all …]