Searched refs:CRCRoot (Results 1 – 2 of 2) sorted by relevance
359 uint8_t wTemp = CRCRoot; in CRC8Cal()363 CRCRoot = 0; in CRC8Cal()368 CRCRoot |= 1 << i; in CRC8Cal()380 CRC8 ^= CRCRoot; in CRC8Cal()400 CRC8 ^= CRCRoot; in CRC8Cal()419 uint16_t wTemp = CRCRoot; in CRC16Cal()423 CRCRoot = 0; in CRC16Cal()428 CRCRoot |= 1 << i; in CRC16Cal()438 CRC16 ^= CRCRoot; in CRC16Cal()446 CRC16 ^= CRCRoot; in CRC16Cal()[all …]
211 uint16_t CRC16Cal(void *Data, uint16_t Len, uint16_t CRC16Last, uint16_t CRCRoot, uint8_t IsReverse…
Completed in 7 milliseconds