sysclk.h
Go to the documentation of this file.00001
00038 #ifndef SYSCLK_H_INCLUDED
00039 #define SYSCLK_H_INCLUDED
00040
00041 #include <parts.h>
00042 #include "conf_clock.h"
00043
00044 #if (UC3A0 || UC3A1)
00045 # include "uc3a0_a1/sysclk.h"
00046 #elif UC3A3
00047 # include "uc3a3_a4/sysclk.h"
00048 #elif UC3B
00049 # include "uc3b0_b1/sysclk.h"
00050 #elif UC3C
00051 # include "uc3c/sysclk.h"
00052 #elif UC3L
00053 # include "uc3l/sysclk.h"
00054 #elif XMEGA
00055 # include "xmega/sysclk.h"
00056 #else
00057 # error Unsupported chip type
00058 #endif
00059
00118
00119
00120
00142
00144
00145 #endif