genclk.h
Go to the documentation of this file.00001
00038 #ifndef CLK_GENCLK_H_INCLUDED
00039 #define CLK_GENCLK_H_INCLUDED
00040
00041 #include <parts.h>
00042
00043 #if (UC3A0 || UC3A1)
00044 # include "uc3a0_a1/genclk.h"
00045 #elif UC3A3
00046 # include "uc3a3_a4/genclk.h"
00047 #elif UC3B
00048 # include "uc3b0_b1/genclk.h"
00049 #elif UC3C
00050 # include "uc3c/genclk.h"
00051 #elif UC3L
00052 # include "uc3l/genclk.h"
00053 #else
00054 # error Unsupported chip type
00055 #endif
00056
00084
00085
00086
00118
00120
00121
00131
00133
00134 #endif