1.14.8.3 CRC_CRCEnable Function
C
void CRC_CRCEnable
Summary
CRC enable function
Description
Enables or disables CRC engine based on input
Parameters
Param | Description |
---|---|
enable | Used to indicate whether to enable or disable CRC engine |
Returns
None
Example
// Disable CRC Engine
CRC_CRCEnable(false);