Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpFragmentation.c158 FragDecoderStatus_t FragDecoderStatus; member
306 FragSessionData[fragIndex].FragDecoderStatus = FragDecoderGetStatus( ); in LmhpFragmentationOnMcpsIndication()
309 … ( ( participants == 0 ) && ( FragSessionData[fragIndex].FragDecoderStatus.FragNbLost > 0 ) ) ) in LmhpFragmentationOnMcpsIndication()
312 …ionState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatus.FragNbRx & 0… in LmhpFragmentationOnMcpsIndication()
314 … ( ( FragSessionData[fragIndex].FragDecoderStatus.FragNbRx >> 8 ) & 0x3F ); in LmhpFragmentationOnMcpsIndication()
315 …ationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatus.FragNbLost; in LmhpFragmentationOnMcpsIndication()
316 …ionState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatus.MatrixError … in LmhpFragmentationOnMcpsIndication()
461 FragSessionData[fragIndex].FragDecoderStatus = FragDecoderGetStatus( ); in LmhpFragmentationOnMcpsIndication()
464 … LmhpFragmentationParams->OnProgress( FragSessionData[fragIndex].FragDecoderStatus.FragNbRx, in LmhpFragmentationOnMcpsIndication()
467 … FragSessionData[fragIndex].FragDecoderStatus.FragNbLost ); in LmhpFragmentationOnMcpsIndication()