Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.h119 void FragDecoderInit( uint16_t fragNb, uint8_t fragSize, FragDecoderCallbacks_t *callbacks );
129 void FragDecoderInit( uint16_t fragNb, uint8_t fragSize, uint8_t *file, uint32_t fileSize );
DLmhpFragmentation.c391 FragDecoderInit( fragSessionData.FragGroupData.FragNb, in LmhpFragmentationOnMcpsIndication()
395 FragDecoderInit( fragSessionData.FragGroupData.FragNb, in LmhpFragmentationOnMcpsIndication()
DFragDecoder.c243 void FragDecoderInit( uint16_t fragNb, uint8_t fragSize, FragDecoderCallbacks_t *callbacks ) in FragDecoderInit() function
245 void FragDecoderInit( uint16_t fragNb, uint8_t fragSize, uint8_t *file, uint32_t fileSize ) in FragDecoderInit()