Home
last modified time | relevance | path

Searched refs:crcType (Results 1 – 3 of 3) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dcrc32.c37 void CRC32_setSeed(uint32_t seed, uint_fast8_t crcType) in CRC32_setSeed() argument
39 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() argument
52 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() argument
62 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 …]
Dcrc32.h63 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);
Drom.h459 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])