![]() |
RTXI 1.3
|
00001 00025 #define APCI1710_30MHZ 30 00026 #define APCI1710_33MHZ 33 00027 #define APCI1710_40MHZ 40 00028 00029 #define APCI1710_GATE_INPUT 10 00030 00031 #define APCI1710_TOR_SIMPLE_MODE 2 00032 #define APCI1710_TOR_DOUBLE_MODE 3 00033 #define APCI1710_TOR_QUADRUPLE_MODE 4 00034 00035 #define APCI1710_SINGLE 0 00036 #define APCI1710_CONTINUOUS 1 00037 00038 #define APCI1710_TOR_GETPROGRESSSTATUS 0 00039 #define APCI1710_TOR_GETCOUNTERVALUE 1 00040 #define APCI1710_TOR_READINTERRUPT 2 00041 00042 /* 00043 +----------------------------------------------------------------------------+ 00044 | TOR_COUNTER INISIALISATION FUNCTION | 00045 +----------------------------------------------------------------------------+ 00046 */ 00047 00048 INT i_APCI1710_InsnConfigInitTorCounter(comedi_device * dev, 00049 comedi_subdevice * s, comedi_insn * insn, lsampl_t * data); 00050 00051 INT i_APCI1710_InsnWriteEnableDisableTorCounter(comedi_device * dev, 00052 comedi_subdevice * s, comedi_insn * insn, lsampl_t * data); 00053 00054 INT i_APCI1710_InsnReadGetTorCounterInitialisation(comedi_device * dev, 00055 comedi_subdevice * s, comedi_insn * insn, lsampl_t * data); 00056 /* 00057 +----------------------------------------------------------------------------+ 00058 | TOR_COUNTER READ FUNCTION | 00059 +----------------------------------------------------------------------------+ 00060 */ 00061 00062 INT i_APCI1710_InsnBitsGetTorCounterProgressStatusAndValue(comedi_device * dev, 00063 comedi_subdevice * s, comedi_insn * insn, lsampl_t * data);