MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
CRC Peripheral and Driver Overview

Peripheral features

The cyclic redundancy check (CRC) module generates 16/32-bit CRC code for error detection.

Features

How this driver is designed to make this peripheral work

This driver provides multiple definitions/functions to enable and configure the CRC peripheral module. The CRC_Init() function takes the argument in type of crc_config_t, which contains all CRC features. After all the necessary configuration is completed, the data for error detection can be written, then the CRC checksum value will be stored in the CRC data register.The APIs this driver provides can be classified in 3 API groups:

How to use this driver

Typical Use Case