STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
stm32f10x_crc.h
Go to the documentation of this file.
1 
22 /* Define to prevent recursive inclusion -------------------------------------*/
23 #ifndef __STM32F10x_CRC_H
24 #define __STM32F10x_CRC_H
25 
26 #ifdef __cplusplus
27  extern "C" {
28 #endif
29 
30 /* Includes ------------------------------------------------------------------*/
31 #include "stm32f10x.h"
32 
69 void CRC_ResetDR(void);
70 uint32_t CRC_CalcCRC(uint32_t Data);
71 uint32_t CRC_CalcBlockCRC(uint32_t pBuffer[], uint32_t BufferLength);
72 uint32_t CRC_GetCRC(void);
73 void CRC_SetIDRegister(uint8_t IDValue);
74 uint8_t CRC_GetIDRegister(void);
75 
76 #ifdef __cplusplus
77 }
78 #endif
79 
80 #endif /* __STM32F10x_CRC_H */
81 
93 /******************* (C) COPYRIGHT 2010 STMicroelectronics *****END OF FILE****/