Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.c63 uint8_t MatrixM2B[( ( FRAG_MAX_REDUNDANCY >> 3 ) + 1 ) * FRAG_MAX_REDUNDANCY]; member
274 FragDecoder.MatrixM2B[i] = 0xFF; in FragDecoderInit()
710 ( FragDecoder.MatrixM2B[findByte] >> ( 7 - findBitInByte ) ) & 0x01 ); in FragExtractLineFromBinaryMatrix()
742 …FragDecoder.MatrixM2B[findByte] = FragDecoder.MatrixM2B[findByte] & ( 0xFF - ( 1 << ( 7 - findBitI… in FragPushLineToBinaryMatrix()