Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMacConfirmQueue.c284 MlmeConfirmQueue_t mlmeConfirmToStore; in LoRaMacConfirmQueueHandleCb() local
286 memset1( ( uint8_t* ) &mlmeConfirmToStore, 0, sizeof( MlmeConfirmQueue_t ) ); in LoRaMacConfirmQueueHandleCb()
301 mlmeConfirmToStore.Request = ConfirmQueueCtx.BufferStart->Request; in LoRaMacConfirmQueueHandleCb()
302 mlmeConfirmToStore.Status = ConfirmQueueCtx.BufferStart->Status; in LoRaMacConfirmQueueHandleCb()
303mlmeConfirmToStore.RestrictCommonReadyToHandle = ConfirmQueueCtx.BufferStart->RestrictCommonReadyT… in LoRaMacConfirmQueueHandleCb()
312 LoRaMacConfirmQueueAdd( &mlmeConfirmToStore ); in LoRaMacConfirmQueueHandleCb()