TMPM4G9  V1.0.0.0
system_TMPM4Gx.h
Go to the documentation of this file.
1 
15 #include <stdint.h>
16 
17 #ifndef __SYSTEM_TMPM4Gx_H
18 #define __SYSTEM_TMPM4Gx_H
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 extern uint32_t SystemCoreClock;
25 extern uint32_t CoreClockInput;
37 extern void SystemInit (void);
38 
48 extern void SystemCoreClockUpdate (void);
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 #endif
uint32_t SystemCoreClock
Definition: system_TMPM4Gx.c:165
void SystemCoreClockUpdate(void)
Updates the SystemCoreClock with current core Clock retrieved from cpu registers. ...
Definition: system_TMPM4Gx.c:176
void SystemInit(void)
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable...
Definition: system_TMPM4Gx.c:277
uint32_t CoreClockInput
Definition: system_TMPM4Gx.c:166