00001 00033 #ifndef __SYSTEM_STM32F4XX_H 00034 #define __SYSTEM_STM32F4XX_H 00035 00036 #ifdef __cplusplus 00037 extern "C" { 00038 #endif 00039 00053 extern uint32_t SystemCoreClock; 00080 extern void SystemInit(void); 00081 extern void SystemCoreClockUpdate(void); 00086 #ifdef __cplusplus 00087 } 00088 #endif 00089 00090 #endif /*__SYSTEM_STM32F4XX_H */ 00091 00099 /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/