NVBIO
|
#include "crc.h"
Go to the source code of this file.
Macros | |
#define | WIDTH (8 * sizeof(crc)) |
#define | TOPBIT (1 << (WIDTH - 1)) |
#define | REFLECT_DATA(X) (X) |
#define | REFLECT_REMAINDER(X) (X) |
Functions | |
unsigned long | reflect (unsigned long data, unsigned char nBits) |
void | crcInit (void) |
Variables | |
crc | crcTable [256] |
unsigned long reflect | ( | unsigned long | data, |
unsigned char | nBits | ||
) |