projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
464fb55
)
synced with comedi.
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 29 Oct 2007 00:58:41 +0000
(
00:58
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 29 Oct 2007 00:58:41 +0000
(
00:58
+0000)
include/comedi.h
patch
|
blob
|
history
diff --git
a/include/comedi.h
b/include/comedi.h
index 3f74a3a3c175d80e8438aeac988275a22a5edb8e..d6e25efb4dde3d18a28dacf75322274aa4b66b4d 100644
(file)
--- 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