STM32F10x Standard Peripherals Library  3.5.0
/opt/STM32F10x_StdPeriph_Lib_V3.5.0/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.h
Go to the documentation of this file.
00001 
00033 #ifndef __SYSTEM_STM32F10X_H
00034 #define __SYSTEM_STM32F10X_H
00035 
00036 #ifdef __cplusplus
00037  extern "C" {
00038 #endif 
00039 
00053 extern uint32_t SystemCoreClock;          
00079 extern void SystemInit(void);
00080 extern void SystemCoreClockUpdate(void);
00085 #ifdef __cplusplus
00086 }
00087 #endif
00088 
00089 #endif /*__SYSTEM_STM32F10X_H */
00090 
00098 /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/