#include "../include/types.h"#include "../include/crc.h"Defines | |
| #define | poly 0x1021 |
Functions | |
| void | init (word &crc) |
| void | update (word &crc, byte data) |
| void | finish (word &crc) |
Variables | |
| static word | crc_table [256] |
| #define poly 0x1021 |
| void finish | ( | word & | crc | ) |
| void init | ( | word & | crc | ) |
1.5.2