Robobo
system_ARMCM0.h
Go to the documentation of this file.
1 /**************************************************************************/
26 #ifndef SYSTEM_ARMCM0_H
27 #define SYSTEM_ARMCM0_H
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 extern uint32_t SystemCoreClock;
45 extern void SystemInit (void);
46 
56 extern void SystemCoreClockUpdate (void);
57 
58 #ifdef __cplusplus
59 }
60 #endif
61 
62 #endif /* SYSTEM_ARMCM0_H */
uint32_t SystemCoreClock
Definition: system_ARMCM0.c:39
void SystemCoreClockUpdate(void)
Updates the SystemCoreClock with current core Clock retrieved from cpu registers. ...
Definition: system_ARMCM0.c:45
void SystemInit(void)
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable...
Definition: system_ARMCM0.c:59