00001 /**************************************************************************/ 00026 #ifndef __SYSTEM_LPC11xx_H 00027 #define __SYSTEM_LPC11xx_H 00028 00029 #ifdef __cplusplus 00030 extern "C" { 00031 #endif 00032 00033 #include <stdint.h> 00034 00035 extern uint32_t SystemCoreClock; 00047 extern void SystemInit (void); 00048 00058 extern void SystemCoreClockUpdate (void); 00059 00060 #ifdef __cplusplus 00061 } 00062 #endif 00063 00064 #endif /* __SYSTEM_LPC11x_H */