libosmocore
0.6.3
Osmocom core library
|
structure describing a given CRC code of max 32 bits More...
#include <crc32gen.h>
Data Fields | |
int | bits |
Actual number of bits of the CRC. | |
uint32_t | poly |
Polynom (normal representation, MSB omitted. | |
uint32_t | init |
Initialization value of the CRC state. | |
uint32_t | remainder |
Remainder of the CRC (final XOR) |
structure describing a given CRC code of max 32 bits