RTEMS 6.1-rc5
|
This source file contains the implementation of _CRC24Q_Update() and _CRC24Q_Sequence_update(). More...
#include <rtems/crc.h>
Functions | |
uint32_t | _CRC24Q_Update (uint32_t crc, uint8_t byte) |
Updates the CRC-24Q state using a byte. | |
uint32_t | _CRC24Q_Sequence_update (uint32_t crc, const void *bytes, size_t size_in_bytes) |
Updates the CRC-24Q state using a sequence of bytes. | |
This source file contains the implementation of _CRC24Q_Update() and _CRC24Q_Sequence_update().
The CRC-24Q cyclic redundancy checksum is used for example by Qualcomm, RTCM104v3, and LTE-A.