From: Frank Mori Hess Date: Mon, 26 Feb 2007 17:24:24 +0000 (+0000) Subject: synced with comedi. X-Git-Tag: v0_8_0~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=88d88b1f41fa7f7b47f61aa53182c5d7970c66fa;p=comedilib.git synced with comedi. --- diff --git a/include/comedi.h b/include/comedi.h index db0ca89..c4b31c1 100644 --- a/include/comedi.h +++ b/include/comedi.h @@ -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 {