projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a637ef
)
updated from comedi, for calibration config stuff
author
Frank Mori Hess
<fmhess@speakeasy.net>
Wed, 17 Apr 2002 03:58:23 +0000
(
03:58
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Wed, 17 Apr 2002 03:58:23 +0000
(
03:58
+0000)
include/comedi.h
patch
|
blob
|
history
diff --git
a/include/comedi.h
b/include/comedi.h
index 6430aaa7217fcebf78aefbfa63e423d44ef6c11a..8ebb5ebaa53546c6ca452b0b8e8742697ffa65ec 100644
(file)
--- a/
include/comedi.h
+++ b/
include/comedi.h
@@
-60,6
+60,7
@@
typedef unsigned short sampl_t;
#define CR_ALT_FILTER (1<<26)
#define CR_DITHER CR_ALT_FILTER
#define CR_DEGLITCH CR_ALT_FILTER
+#define CR_ALT_SOURCE (1<<27)
#define CR_INVERT (1<<31)
#define AREF_GROUND 0x00 /* analog ref = analog ground */
@@
-210,6
+211,7
@@
typedef unsigned short sampl_t;
//#define INSN_CONFIG_WAVEFORM 0x11
//#define INSN_CONFIG_TRIG 0x12
//#define INSN_CONFIG_COUNTER 0x13
+#define INSN_CONFIG_ALT_SOURCE 0x14
/* ioctls */