Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpFragmentation.c157 FragGroupData_t FragGroupData; member
319 … blockAckDelay = FragSessionData[fragIndex].FragGroupData.Control.Fields.BlockAckDelay; in LmhpFragmentationOnMcpsIndication()
334 … fragSessionData.FragGroupData.FragSession.Value = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
336 … fragSessionData.FragGroupData.FragNb = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x00FF; in LmhpFragmentationOnMcpsIndication()
337 … fragSessionData.FragGroupData.FragNb |= ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0xFF00; in LmhpFragmentationOnMcpsIndication()
339 fragSessionData.FragGroupData.FragSize = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
341 fragSessionData.FragGroupData.Control.Value = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
343 fragSessionData.FragGroupData.Padding = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
345 …fragSessionData.FragGroupData.Descriptor = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x00000… in LmhpFragmentationOnMcpsIndication()
346 …fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x0000F… in LmhpFragmentationOnMcpsIndication()
[all …]