![]() |
Prusa Slicer 2.6.0
|
#include "crc16.h"
Include dependency graph for crc16.c:Go to the source code of this file.
Macros | |
| #define | CRC_INIT 0xFFFF |
| #define | CRC(crcval, newchar) |
Functions | |
| unsigned short | crcsum (const unsigned char *message, unsigned long length, unsigned short crc) |
| int | crcverify (const unsigned char *message, unsigned long length) |
| void | crcappend (unsigned char *message, unsigned long length) |
Variables | |
| static const unsigned short | crc_table [256] |
| #define CRC | ( | crcval, | |
| newchar | |||
| ) |
| #define CRC_INIT 0xFFFF |
References CRC_INIT, and crcsum().
Referenced by jtagmkII_send().
Here is the call graph for this function:
Here is the caller graph for this function:References CRC.
Referenced by crcappend(), and crcverify().
Here is the caller graph for this function:References CRC_INIT, and crcsum().
Referenced by jtagmkII_recv_frame().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |