123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
-
-
-
- #ifndef __SYSTEM_LPC17xx_H
- #define __SYSTEM_LPC17xx_H
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern uint32_t SystemCoreClock;
-
-
-
- extern void SystemInit (void);
-
-
- extern void SystemCoreClockUpdate (void);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
|