CRC.h File Reference
Go to the source code of this file.
Defines |
| #define | uint16 unsigned short |
| | unsigned 16 bit
|
| #define | uint8 unsigned char |
| | unsigned 8 bit
|
Functions |
| uint16 | CRC_CHECKSUM (uint8 *data, uint8 size_of_BYTE) |
Define Documentation
| #define uint16 unsigned short |
unsigned 16 bit
Definition at line 28 of file CRC.h.
| #define uint8 unsigned char |
unsigned 8 bit
Definition at line 27 of file CRC.h.
Function Documentation
| uint16 CRC_CHECKSUM |
( |
uint8 * |
data, |
|
|
uint8 |
size_of_BYTE | |
|
) |
| | |