CRC calculation unit (CRC)
6.2.5.2 CRC_ResetDR
void CRC_ResetDR ( void )
Resets the CRC calculation unit and sets INIT register content in
DR register.
6.2.5.3 CRC_PolynomialSizeSelect
void CRC_PolynomialSizeSelect ( uint32_t CRC_PolSize)
Selects the polynomial size.
ï‚· CRC_PolSize : Specifies the polynomial size. This
parameter can be:
ï€ CRC_PolSize_7 : 7-bit polynomial for CRC calculation
ï€ CRC_PolSize_8 : 8-bit polynomial for CRC calculation
ï€ CRC_PolSize_16 : 16-bit polynomial for CRC
calculation
ï€ CRC_PolSize_32 : 32-bit polynomial for CRC
calculation
6.2.5.4 CRC_ReverseInputDataSelect
void CRC_ReverseInputDataSelect ( uint32_t
CRC_ReverseInputData)
Selects the reverse operation to be performed on input data.