| TURAG-Feldbus
    | 
Functions and types for CRC checks. More...
#include <stdint.h>#include <stdbool.h>#include <stddef.h>

Go to the source code of this file.
| Functions | |
| uint8_t | turag_crc8_calculate (const void *data, size_t length) | 
| Calculates a CRC8-checksum (using CRC-8/I-CODE)  More... | |
| uint16_t | turag_crc16_calculate (const void *data, size_t length) | 
| CRC-16/IBM-3740 implementation.  More... | |
Functions and types for CRC checks.
| uint16_t turag_crc16_calculate | ( | const void * | data, | 
| size_t | length | ||
| ) | 
CRC-16/IBM-3740 implementation.
Generated on Sun May 16 01:32:02 2021 by pycrc v0.9.2, https://pycrc.org using the configuration:
| data | pointer to data that is to be included in the calculation | 
| length | length in bytes of the given data pointer | 
| uint8_t turag_crc8_calculate | ( | const void * | data, | 
| size_t | length | ||
| ) | 
Calculates a CRC8-checksum (using CRC-8/I-CODE)
| data | pointer to data that is to be included in the calculation | 
| length | length in bytes of the given data pointer |