Mercurial > hg > fxanalyse
diff dds.h @ 213:fcc988c6f841
Fix ad9956 sweep rate setting. Disable clock divider on init. Simplify
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 14 Apr 2014 12:43:25 +0200 |
parents | c700a2d38fb8 |
children | 5296f3bcd160 |
line wrap: on
line diff
--- a/dds.h Mon Mar 31 17:03:43 2014 +0200 +++ b/dds.h Mon Apr 14 12:43:25 2014 +0200 @@ -3,8 +3,9 @@ #define usleep(t) Delay((t) / 1000000.0) #define strdup(s) StrDup(s) -#define streq(x, y) (strcmp((x), (y)) == 0) + +typedef long long int64; typedef unsigned long long uint64; static inline uint64 ftw(double clock, double freq)