Home
last modified time | relevance | path

Searched defs:matrixRow (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.c307 uint8_t matrixRow[(FRAG_MAX_NB >> 3 ) + 1]; in FragDecoderProcess() local
522 static uint8_t GetParity( uint16_t index, uint8_t *matrixRow ) in GetParity()
530 static void SetParity( uint16_t index, uint8_t *matrixRow, uint8_t parity ) in SetParity()
575 static void FragGetParityMatrixRow( int32_t n, int32_t m, uint8_t *matrixRow ) in FragGetParityMatrixRow()