Go to the source code of this file.
|
| void | IntToSoft (uint16_t *out, const uint16_t in, uint8_t len) |
| |
| uint16_t | SoftToInt (const uint16_t *in, uint8_t len) |
| |
| uint16_t | Div16 (uint16_t a, uint16_t b) |
| |
| uint16_t | Mul16 (uint16_t a, uint16_t b) |
| |
| uint16_t | SoftBitXOR (const uint16_t a, const uint16_t b) |
| |
| void | SoftXOR (uint16_t *out, const uint16_t *a, const uint16_t *b, uint8_t len) |
| |
| uint32_t | spopcount (const uint16_t *in, uint8_t siz) |
| |
| void | calcChecksumS (uint16_t *out, const uint16_t *value) |
| |
| uint32_t | SdetectErrors (const uint16_t *codeword) |
| |
| uint16_t | golay24_sdecode (const uint16_t *codeword) |
| |
◆ calcChecksumS()
| void calcChecksumS |
( |
uint16_t * |
out, |
|
|
const uint16_t * |
value |
|
) |
| |
◆ Div16()
| uint16_t Div16 |
( |
uint16_t |
a, |
|
|
uint16_t |
b |
|
) |
| |
◆ golay24_sdecode()
| uint16_t golay24_sdecode |
( |
const uint16_t * |
codeword | ) |
|
◆ IntToSoft()
| void IntToSoft |
( |
uint16_t * |
out, |
|
|
const uint16_t |
in, |
|
|
uint8_t |
len |
|
) |
| |
◆ Mul16()
| uint16_t Mul16 |
( |
uint16_t |
a, |
|
|
uint16_t |
b |
|
) |
| |
◆ SdetectErrors()
| uint32_t SdetectErrors |
( |
const uint16_t * |
codeword | ) |
|
◆ SoftBitXOR()
| uint16_t SoftBitXOR |
( |
const uint16_t |
a, |
|
|
const uint16_t |
b |
|
) |
| |
◆ SoftToInt()
| uint16_t SoftToInt |
( |
const uint16_t * |
in, |
|
|
uint8_t |
len |
|
) |
| |
◆ SoftXOR()
| void SoftXOR |
( |
uint16_t * |
out, |
|
|
const uint16_t * |
a, |
|
|
const uint16_t * |
b, |
|
|
uint8_t |
len |
|
) |
| |
◆ spopcount()
| uint32_t spopcount |
( |
const uint16_t * |
in, |
|
|
uint8_t |
siz |
|
) |
| |