Searched refs:crcType (Results 1 – 3 of 3) sorted by relevance
37 void CRC32_setSeed(uint32_t seed, uint_fast8_t crcType) in CRC32_setSeed() argument39 ASSERT((CRC16_MODE == crcType) || (CRC32_MODE == crcType)); in CRC32_setSeed()41 if (CRC16_MODE == crcType) in CRC32_setSeed()50 void CRC32_set8BitData(uint8_t dataIn, uint_fast8_t crcType) in CRC32_set8BitData() argument52 ASSERT((CRC16_MODE == crcType) || (CRC32_MODE == crcType)); in CRC32_set8BitData()54 if (CRC16_MODE == crcType) in CRC32_set8BitData()60 void CRC32_set16BitData(uint16_t dataIn, uint_fast8_t crcType) in CRC32_set16BitData() argument62 ASSERT((CRC16_MODE == crcType) || (CRC32_MODE == crcType)); in CRC32_set16BitData()64 if (CRC16_MODE == crcType) in CRC32_set16BitData()80 void CRC32_set8BitDataReversed(uint8_t dataIn, uint_fast8_t crcType) in CRC32_set8BitDataReversed() argument[all …]
63 extern void CRC32_setSeed(uint32_t seed, uint_fast8_t crcType);83 extern void CRC32_set8BitData(uint8_t dataIn, uint_fast8_t crcType);103 extern void CRC32_set16BitData(uint16_t dataIn, uint_fast8_t crcType);141 extern void CRC32_set8BitDataReversed(uint8_t dataIn, uint_fast8_t crcType);162 extern void CRC32_set16BitDataReversed(uint16_t dataIn, uint_fast8_t crcType);194 extern uint32_t CRC32_getResult(uint_fast8_t crcType);209 extern uint32_t CRC32_getResultReversed(uint_fast8_t crcType);
459 uint_fast8_t crcType))ROM_CRC32TABLE[0])465 uint_fast8_t crcType))ROM_CRC32TABLE[1])471 uint_fast8_t crcType))ROM_CRC32TABLE[2])482 uint_fast8_t crcType))ROM_CRC32TABLE[4])488 uint_fast8_t crcType))ROM_CRC32TABLE[5])498 ((uint32_t (*)(uint_fast8_t crcType))ROM_CRC32TABLE[7])503 ((uint32_t (*)(uint_fast8_t crcType))ROM_CRC32TABLE[8])