Rev 1755 Rev 1757
Line 1... Line -...
1 #include "GP2.c" -  
-   1  
2   2  
3 //register 0 3 //register 0
4 #define TDC_NEG_START_INV 1 4 #define TDC_NEG_START_INV 1
5 #define TDC_NEG_START 0 5 #define TDC_NEG_START 0
6 #define TDC_NEG_STOP1_INV 1 6 #define TDC_NEG_STOP1_INV 1
Line 144... Line 144...
144 #define TDC_PHASENOISE_DIS 1 144 #define TDC_PHASENOISE_DIS 1
145   145  
146 #define TDC_STARTNOISE_EN 1 146 #define TDC_STARTNOISE_EN 1
147 #define TDC_STARTNOISE_DIS 0 147 #define TDC_STARTNOISE_DIS 0
148   148  
-   149 #include "GP2.c"