system_same70.h
Go to the documentation of this file.
1 
31 /*
32  * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
33  */
34 
35 #ifndef SYSTEM_SAME70_H_INCLUDED
36 #define SYSTEM_SAME70_H_INCLUDED
37 
38 /* @cond 0 */
40 #ifdef __cplusplus
41 extern "C" {
42 #endif
43 
44 /* @endcond */
45 
46 #include <stdint.h>
47 
48 extern uint32_t SystemCoreClock; /* System Clock Frequency (Core Clock) */
49 
54 void SystemInit(void);
55 
60 void SystemCoreClockUpdate(void);
61 
65 void system_init_flash(uint32_t dw_clk);
66 
67 /* @cond 0 */
69 #ifdef __cplusplus
70 }
71 #endif
72 
73 /* @endcond */
74 
75 #endif /* SYSTEM_SAME70_H_INCLUDED */
void SystemInit(void)
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable...
Definition: system_same70.c:59
void system_init_flash(uint32_t dw_clk)
uint32_t SystemCoreClock
Definition: system_same70.c:53
void SystemCoreClockUpdate(void)
Updates the SystemCoreClock with current core Clock retrieved from cpu registers. ...


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:58