Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpFragmentation.c152 uint32_t Descriptor; member
345 …fragSessionData.FragGroupData.Descriptor = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x00000… in LmhpFragmentationOnMcpsIndication()
346 …fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x0000F… in LmhpFragmentationOnMcpsIndication()
347 …fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00FF0… in LmhpFragmentationOnMcpsIndication()
348 …fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 24 ) & 0xFF000… in LmhpFragmentationOnMcpsIndication()
379 if( fragSessionData.FragGroupData.Descriptor != 0x01020304 ) in LmhpFragmentationOnMcpsIndication()