uint32_t qCRCx(const qCRC_Mode_t mode, const void *const pData, const size_t length, uint32_t poly, const uint32_t init, const uint8_t refIn, const uint8_t refOut, uint32_t xorOut)
CalcULates in one pass the common width bit CRC value for a block of data that is passed to the funct...
Definition qcrc.c:33