KatanaNativeInterface  $VERSION$
Macros | Functions
CRC.h File Reference

Go to the source code of this file.

Macros

#define uint8   unsigned char
 unsigned 8 bit More...
 
#define uint16   unsigned short
 unsigned 16 bit More...
 

Functions

uint16 CRC_CHECKSUM (uint8 *data, uint8 size_of_BYTE)
 

Macro Definition Documentation

◆ uint16

#define uint16   unsigned short

unsigned 16 bit

Definition at line 29 of file CRC.h.

◆ uint8

#define uint8   unsigned char

unsigned 8 bit

Definition at line 28 of file CRC.h.

Function Documentation

◆ CRC_CHECKSUM()

uint16 CRC_CHECKSUM ( uint8 data,
uint8  size_of_BYTE 
)