STM32F479xx HAL User Manual
Functions
CRC Configuration functions
CRC Exported Functions

Functions

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

Function Documentation

__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.
Reference Manual to LL API cross reference:
CR RESET LL_CRC_ResetCRCCalculationUnit
Parameters:
CRCxCRC Instance
Return values:
None

Definition at line 108 of file stm32f4xx_ll_crc.h.