2.19.3 CRC_CRCEnable Function

C

void CRC_CRCEnable

Summary

CRC enable function

Description

Enables or disables CRC engine based on input

Parameters

ParamDescription
enableUsed to indicate whether to enable or disable CRC engine

Returns

None

Example

// Disable CRC Engine
CRC_CRCEnable(false);