STM32F4xx_HAL_Driver  1.8.3
stm32f4xx_ll_crc.h File Reference

Header file of CRC LL module. More...

Go to the source code of this file.

Functions

__STATIC_INLINE void LL_CRC_ResetCRCCalculationUnit (CRC_TypeDef *CRCx)
 Reset the CRC calculation unit. More...
 
__STATIC_INLINE void LL_CRC_FeedData32 (CRC_TypeDef *CRCx, uint32_t InData)
 Write given 32-bit data to the CRC calculator @rmtoll DR DR LL_CRC_FeedData32. More...
 
__STATIC_INLINE uint32_t LL_CRC_ReadData32 (const CRC_TypeDef *CRCx)
 Return current CRC calculation result. 32 bits value is returned. @rmtoll DR DR LL_CRC_ReadData32. More...
 
__STATIC_INLINE uint32_t LL_CRC_Read_IDR (CRC_TypeDef *CRCx)
 Return data stored in the Independent Data(IDR) register. More...
 
__STATIC_INLINE void LL_CRC_Write_IDR (CRC_TypeDef *CRCx, uint32_t InData)
 Store data in the Independent Data(IDR) register. More...
 
ErrorStatus LL_CRC_DeInit (const CRC_TypeDef *CRCx)
 De-initialize CRC registers (Registers restored to their default values). More...
 

Detailed Description

Header file of CRC LL module.

Author
MCD Application Team
Attention

Copyright (c) 2016 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file stm32f4xx_ll_crc.h.