Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.c197 static uint8_t BitArrayIsAllZeros( uint8_t *bitArray, uint16_t size );
410 if( BitArrayIsAllZeros( dataTempVector, FragDecoder.Status.FragNbLost ) ) in FragDecoderProcess()
621 static uint8_t BitArrayIsAllZeros( uint8_t *bitArray, uint16_t size ) in BitArrayIsAllZeros() function