sysclk.h
Go to the documentation of this file.
1 
33 /*
34  * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
35  */
36 #ifndef SYSCLK_H_INCLUDED
37 #define SYSCLK_H_INCLUDED
38 
39 #include "parts.h"
40 #include "conf_clock.h"
41 
42 #if SAM3S
43 # include "sam3s/sysclk.h"
44 #elif SAM3U
45 # include "sam3u/sysclk.h"
46 #elif SAM3N
47 # include "sam3n/sysclk.h"
48 #elif SAM3XA
49 # include "sam3x/sysclk.h"
50 #elif SAM4S
51 # include "sam4s/sysclk.h"
52 #elif SAM4E
53 # include "sam4e/sysclk.h"
54 #elif SAM4C
55 # include "sam4c/sysclk.h"
56 #elif SAM4CM
57 # include "sam4cm/sysclk.h"
58 #elif SAM4CP
59 # include "sam4cp/sysclk.h"
60 #elif SAM4L
61 # include "sam4l/sysclk.h"
62 #elif SAM4N
63 # include "sam4n/sysclk.h"
64 #elif SAMG
65 # include "samg/sysclk.h"
66 #elif SAMV71
67 # include "samv71/sysclk.h"
68 #elif SAMV70
69 # include "samv70/sysclk.h"
70 #elif SAME70
71 # include "same70/sysclk.h"
72 #elif SAMS70
73 # include "sams70/sysclk.h"
74 #elif (UC3A0 || UC3A1)
75 # include "uc3a0_a1/sysclk.h"
76 #elif UC3A3
77 # include "uc3a3_a4/sysclk.h"
78 #elif UC3B
79 # include "uc3b0_b1/sysclk.h"
80 #elif UC3C
81 # include "uc3c/sysclk.h"
82 #elif UC3D
83 # include "uc3d/sysclk.h"
84 #elif UC3L
85 # include "uc3l/sysclk.h"
86 #elif XMEGA
87 # include "xmega/sysclk.h"
88 #elif MEGA
89 # include "mega/sysclk.h"
90 #else
91 # error Unsupported chip type
92 #endif
93 
157 
159 
181 
183 
184 #endif /* SYSCLK_H_INCLUDED */
Chip-specific system clock management functions.
Atmel part identification macros.
SAME70 clock configuration.


inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:05