libosmocore 0.9.6-23.20170220git32ee5af8.fc42
Osmocom core library
Loading...
Searching...
No Matches
osmo_crc16gen_code Struct Reference

structure describing a given CRC code of max 16 bits More...

#include <crc16gen.h>

Data Fields

int bits
 Actual number of bits of the CRC.
 
uint16_t poly
 Polynom (normal representation, MSB omitted.
 
uint16_t init
 Initialization value of the CRC state.
 
uint16_t remainder
 Remainder of the CRC (final XOR)
 

Detailed Description

structure describing a given CRC code of max 16 bits


The documentation for this struct was generated from the following file: