Robobo
system_sam3sd8.h
Go to the documentation of this file.
1 
18 #ifndef SYSTEM_SAM3SD8_H_INCLUDED
19 #define SYSTEM_SAM3SD8_H_INCLUDED
20 
21 /* @cond 0 */
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 /* @endcond */
28 
29 #include <stdint.h>
30 
31 extern uint32_t SystemCoreClock; /* System Clock Frequency (Core Clock) */
32 
37 void SystemInit(void);
38 
43 void SystemCoreClockUpdate(void);
44 
48 void system_init_flash(uint32_t dw_clk);
49 
50 /* @cond 0 */
52 #ifdef __cplusplus
53 }
54 #endif
55 
56 /* @endcond */
57 
58 #endif /* SYSTEM_SAM3SD8_H_INCLUDED */
uint32_t SystemCoreClock
Definition: system_ARMCM0.c:39
void SystemInit(void)
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable...
Definition: system_ARMCM0.c:59
void SystemCoreClockUpdate(void)
Updates the SystemCoreClock with current core Clock retrieved from cpu registers. ...
Definition: system_ARMCM0.c:45
void system_init_flash(uint32_t dw_clk)
Definition: system_sam3n.c:168