|
STM32F103xB HAL User Manual
|
Header file of CRC LL module. More...
#include "stm32f1xx.h"Go to the source code of this file.
Defines | |
| #define | LL_CRC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, __VALUE__) |
| Write a value in CRC register. | |
| #define | LL_CRC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
| Read a value in CRC register. | |
Functions | |
| __STATIC_INLINE void | LL_CRC_ResetCRCCalculationUnit (CRC_TypeDef *CRCx) |
| Reset the CRC calculation unit. | |
| __STATIC_INLINE void | LL_CRC_FeedData32 (CRC_TypeDef *CRCx, uint32_t InData) |
| Write given 32-bit data to the CRC calculator. | |
| __STATIC_INLINE uint32_t | LL_CRC_ReadData32 (CRC_TypeDef *CRCx) |
| Return current CRC calculation result. | |
| __STATIC_INLINE uint32_t | LL_CRC_Read_IDR (CRC_TypeDef *CRCx) |
| Return data stored in the Independent Data(IDR) register. | |
| __STATIC_INLINE void | LL_CRC_Write_IDR (CRC_TypeDef *CRCx, uint32_t InData) |
| Store data in the Independent Data(IDR) register. | |
| ErrorStatus | LL_CRC_DeInit (CRC_TypeDef *CRCx) |
| De-initialize CRC registers (Registers restored to their default values). | |
Header file of CRC LL module.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32f1xx_ll_crc.h.
1.7.6.1