Go to the source code of this file.
◆ POLYNOMIAL
#define POLYNOMIAL 0x04C11DB7 |
Definition at line 56 of file crc.c.
◆ TOPBIT
Definition at line 55 of file crc.c.
◆ WIDTH
Definition at line 54 of file crc.c.
◆ crcFast()
uint32_t crcFast |
( |
uint8_t const |
message[], |
|
|
int |
nBytes, |
|
|
bool |
isMirrored |
|
) |
| |
Definition at line 58 of file crc.c.
◆ reflect()
uint8_t reflect |
( |
uint8_t |
data, |
|
|
unsigned char |
nBits |
|
) |
| |
Definition at line 88 of file crc.c.
◆ crcTable
const uint32_t crcTable[256] |
Legacy crc Table.
Definition at line 15 of file crc.c.