SEcube
SEcube Open Source Library - Host
|
This file contains defines and functions for computing CRC. More...
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
uint16_t | se3_crc16_update (size_t length, const uint8_t *data, uint16_t crc) |
Compute CRC. More... | |
Variables | |
const uint16_t | se3_crc16_table [0x100] |
This file contains defines and functions for computing CRC.
uint16_t se3_crc16_update | ( | size_t | length, |
const uint8_t * | data, | ||
uint16_t | crc | ||
) |
Compute CRC.
[in] | length | Data length |
[in] | data | Data on which CRC is computed |
[in] | crc | CRC |