Reed-Solomon Library Programming Interface | ||
---|---|---|
<<< Previous | Next >>> |
the rs control structure
data field of a given type
data length
parity data, must be initialized by caller (usually all 0)
invert data mask (will be xored on data)
The parity uses a uint16_t data type to enable symbol size > 8. The calling code must take care of encoding of the syndrome result for storage itself.
The parity uses a uint16_t data type to enable symbol size > 8. The calling code must take care of encoding of the syndrome result for storage itself.
<<< Previous | Home | Next >>> |
init_rs | Up | decode_rs8 |