From c73ce599a6449bb42ed5e61ba05825bf7cb39a32 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 29 Oct 2007 00:58:41 +0000 Subject: [PATCH] synced with comedi. --- include/comedi.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.26.2