uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
system_LPC17xx.h
Go to the documentation of this file.
1 /**************************************************************************/
26 #ifndef __SYSTEM_LPC17xx_H
27 #define __SYSTEM_LPC17xx_H
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 #include <stdint.h>
34 
40 extern uint32_t SystemCoreClock;
52 extern void SystemInit (void);
53 
63 extern void SystemCoreClockUpdate (void);
64 #ifdef __cplusplus
65 }
66 #endif
67 
72 #endif /* __SYSTEM_LPC17xx_H */