From: Frank Mori Hess Date: Mon, 29 Oct 2007 00:58:41 +0000 (+0000) Subject: synced with comedi. X-Git-Tag: r0_8_1~2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c73ce599a6449bb42ed5e61ba05825bf7cb39a32;p=comedilib.git synced with comedi. --- diff --git a/include/comedi.h b/include/comedi.h index 3f74a3a..d6e25ef 100644 --- a/include/comedi.h +++ b/include/comedi.h @@ -830,6 +830,14 @@ static inline unsigned NI_AO_SCAN_BEGIN_SRC_RTSI(unsigned rtsi_channel) return NI_USUAL_RTSI_SELECT(rtsi_channel); } +/* Bits for setting a clock source with + * INSN_CONFIG_SET_CLOCK_SRC when using NI frequency output subdevice. */ +enum ni_freq_out_clock_source_bits +{ + NI_FREQ_OUT_TIMEBASE_1_DIV_2_CLOCK_SRC, // 10 MHz + NI_FREQ_OUT_TIMEBASE_2_CLOCK_SRC // 100 KHz +}; + #ifdef __cplusplus } #endif