STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
stm32f4xx_crc.h
Go to the documentation of this file.
1 
29 /* Define to prevent recursive inclusion -------------------------------------*/
30 #ifndef __STM32F4xx_CRC_H
31 #define __STM32F4xx_CRC_H
32 
33 #ifdef __cplusplus
34  extern "C" {
35 #endif
36 
37 /* Includes ------------------------------------------------------------------*/
38 #include "stm32f4xx.h"
39 
48 /* Exported types ------------------------------------------------------------*/
49 /* Exported constants --------------------------------------------------------*/
50 
59 /* Exported macro ------------------------------------------------------------*/
60 /* Exported functions --------------------------------------------------------*/
61 
62 void CRC_ResetDR(void);
63 uint32_t CRC_CalcCRC(uint32_t Data);
64 uint32_t CRC_CalcBlockCRC(uint32_t pBuffer[], uint32_t BufferLength);
65 uint32_t CRC_GetCRC(void);
66 void CRC_SetIDRegister(uint8_t IDValue);
67 uint8_t CRC_GetIDRegister(void);
68 
69 #ifdef __cplusplus
70 }
71 #endif
72 
73 #endif /* __STM32F4xx_CRC_H */
74 
83 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/