Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.c240 static FragDecoder_t FragDecoder; variable
249 FragDecoder.Callbacks = callbacks; in FragDecoderInit()
251 FragDecoder.File = file; in FragDecoderInit()
252 FragDecoder.FileSize = fileSize; in FragDecoderInit()
254 FragDecoder.FragNb = fragNb; // FragNb = FRAG_MAX_SIZE in FragDecoderInit()
255 FragDecoder.FragSize = fragSize; // number of byte on a row in FragDecoderInit()
256 FragDecoder.Status.FragNbLastRx = 0; in FragDecoderInit()
257 FragDecoder.Status.FragNbLost = 0; in FragDecoderInit()
258 FragDecoder.M2BLine = 0; in FragDecoderInit()
263 FragDecoder.FragNbMissingIndex[i] = 1; in FragDecoderInit()
[all …]
/loramac-node-latest/src/apps/LoRaMac/
DCMakeLists.txt75 "${CMAKE_CURRENT_LIST_DIR}/common/LmHandler/packages/FragDecoder.c"
104 "${CMAKE_CURRENT_LIST_DIR}/common/LmHandler/packages/FragDecoder.c"