synced with comedi.
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 26 Feb 2007 17:24:24 +0000 (17:24 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 26 Feb 2007 17:24:24 +0000 (17:24 +0000)
include/comedi.h

index db0ca899fd5e843757f2b41b1b160eb6c488c71a..c4b31c18370c643edbd61b7ac061a0050c0a4293 100644 (file)
@@ -656,6 +656,19 @@ enum ni_gpct_arm_source
        NI_GPCT_ARM_UNKNOWN = 0x1000,
 };
 
+/* digital filtering options for ni 660x for use with INSN_CONFIG_FILTER
+(support for m-series should also be added). */
+enum ni_gpct_filter_select
+{
+       NI_GPCT_FILTER_OFF = 0x0,
+       NI_GPCT_FILTER_TIMEBASE_3_SYNC = 0x1,
+       NI_GPCT_FILTER_100x_TIMEBASE_1= 0x2,
+       NI_GPCT_FILTER_20x_TIMEBASE_1 = 0x3,
+       NI_GPCT_FILTER_10x_TIMEBASE_1 = 0x4,
+       NI_GPCT_FILTER_2x_TIMEBASE_1 = 0x5,
+       NI_GPCT_FILTER_2x_TIMEBASE_3 = 0x6
+};
+
 /* master clock sources for ni mio boards and INSN_CONFIG_SET_CLOCK_SRC */
 enum ni_mio_clock_source
 {