Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.h108 }FragDecoderCallbacks_t; typedef
119 void FragDecoderInit( uint16_t fragNb, uint8_t fragSize, FragDecoderCallbacks_t *callbacks );
DLmhpFragmentation.h50 FragDecoderCallbacks_t DecoderCallbacks;
DFragDecoder.c54 FragDecoderCallbacks_t *Callbacks;
243 void FragDecoderInit( uint16_t fragNb, uint8_t fragSize, FragDecoderCallbacks_t *callbacks ) in FragDecoderInit()