Defines all functions of mcuxClCrc. More...
Functions | |
| uint16_t | mcuxClCrc_computeCRC16 (const uint8_t *pBytes, uint32_t length) |
| Compute a 16-bit CRC checksum. | |
Defines all functions of mcuxClCrc.
| uint16_t mcuxClCrc_computeCRC16 | ( | const uint8_t * | pBytes, |
| uint32_t | length | ||
| ) |
Compute a 16-bit CRC checksum.
Compute the 16-bit CRC checksum of a given byte string with the platform-specified 16-bit CRC algorithm.
| [in] | pBytes | pointer to the byte string |
| [in] | length | length (in bytes) of the string |
| #crcResult | 16-bit CRC checksum |