NetBurner 3.5.7
PDF Version
system_same70.h
1
37
/*
38
* Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
39
*/
40
41
#ifndef SYSTEM_SAME70_H_INCLUDED
42
#define SYSTEM_SAME70_H_INCLUDED
43
44
/* cond 0 */
46
#ifdef __cplusplus
47
extern
"C"
{
48
#endif
50
/* endcond */
51
52
#include <stdint.h>
53
54
extern
uint32_t SystemCoreClock;
/* System Clock Frequency (Core Clock) */
55
60
void
SystemInit(
void
);
61
66
void
SystemCoreClockUpdate(
void
);
67
71
void
system_init_flash(uint32_t dw_clk);
72
73
/* cond 0 */
75
#ifdef __cplusplus
76
}
77
#endif
79
/* endcond */
80
81
#endif
/* SYSTEM_SAME70_H_INCLUDED */