STM32F4xx_HAL_Driver  1.8.3
CRC Configuration functions
+ Collaboration diagram for CRC Configuration functions:

Functions

__STATIC_INLINE void LL_CRC_ResetCRCCalculationUnit (CRC_TypeDef *CRCx)
 Reset the CRC calculation unit. More...
 

Detailed Description

Function Documentation

◆ LL_CRC_ResetCRCCalculationUnit()

__STATIC_INLINE void LL_CRC_ResetCRCCalculationUnit ( CRC_TypeDef *  CRCx)

Reset the CRC calculation unit.

Note
If Programmable Initial CRC value feature is available, also set the Data Register to the value stored in the CRC_INIT register, otherwise, reset Data Register to its default value. @rmtoll CR RESET LL_CRC_ResetCRCCalculationUnit
Parameters
CRCxCRC Instance
Return values
None

Definition at line 107 of file stm32f4xx_ll_crc.h.