structure describing a given CRC code of max 8 bits
More...
#include <crc8gen.h>
|
int | bits |
| Actual number of bits of the CRC.
|
|
uint8_t | poly |
| Polynom (normal representation, MSB omitted.
|
|
uint8_t | init |
| Initialization value of the CRC state.
|
|
uint8_t | remainder |
| Remainder of the CRC (final XOR)
|
|
structure describing a given CRC code of max 8 bits
The documentation for this struct was generated from the following file: