53 LL CRC Generic Driver
53.1 CRC Firmware driver API description
53.1.1 Detailed description of functions
LL_CRC_ResetCRCCalculationUnit
__STATIC_INLINE void LL_CRC_ResetCRCCalculationUnit
(CRC_TypeDef * CRCx)
Reset the CRC calculation unit.
Reference Manual to
LL API cross
reference:
CR RESET LL_CRC_ResetCRCCalculationUnit
LL_CRC_FeedData32
__STATIC_INLINE void LL_CRC_FeedData32 (CRC_TypeDef *
CRCx, uint32_t InData)
Write given 32-bit data to the CRC calculator.
CRCx: CRC Instance
InData: value to be provided to CRC calculator between
between Min_Data=0 and Max_Data=0xFFFFFFFF
Reference Manual to
LL API cross
reference:
LL_CRC_ReadData32
__STATIC_INLINE uint32_t LL_CRC_ReadData32
(CRC_TypeDef * CRCx)
Return current CRC calculation result.
Current: CRC calculation result as stored in CRC_DR
register (32 bits).
Reference Manual to
LL API cross
reference:
LL_CRC_Read_IDR
__STATIC_INLINE uint32_t LL_CRC_Read_IDR (CRC_TypeDef