|
T-Box Basic dev
|
T-Box CRC 校验接口 More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| uint8_t | tbox_crc8 (const void *data, size_t len) |
| 计算 CRC-8 校验值。 | |
| uint16_t | tbox_crc16_modbus (const void *data, size_t len) |
| 计算 CRC-16/MODBUS 校验值。 | |
| uint16_t | tbox_crc16_ccitt_false (const void *data, size_t len) |
| 计算 CRC-16/CCITT-FALSE 校验值。 | |
| uint32_t | tbox_crc32 (const void *data, size_t len) |
| 计算 CRC-32 校验值。 | |
T-Box CRC 校验接口