CRC calculation unit (CRC)
ï‚· CRC_ReverseInputData : Specifies the reverse operation
on input data. This parameter can be:
ï€ CRC_ReverseInputData_No : No reverse operation is
performed
ï€ CRC_ReverseInputData_8bits : reverse operation
performed on 8 bits
ï€ CRC_ReverseInputData_16bits : reverse operation
performed on 16 bits
ï€ CRC_ReverseInputData_32bits : reverse operation
performed on 32 bits
6.2.5.5 CRC_ReverseOutputDataCmd
void CRC_ReverseOutputDataCmd ( FunctionalState
NewState)
Enables or disable the reverse operation on output data.
ï‚· NewState : new state of the reverse operation on output
data. This parameter can be: ENABLE or DISABLE.
6.2.5.6 CRC_SetInitRegister
void CRC_SetInitRegister ( uint32_t CRC_InitValue)
Initializes the INIT register.
ï‚· CRC_InitValue : Programmable initial CRC value
ï‚· After resetting CRC calculation unit, CRC_InitValue is stored
in DR register