Home
last modified time | relevance | path

Searched refs:PCI230P2_DAC_TRIG (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/comedi/drivers/
Damplc_pci230.c244 #define PCI230P2_DAC_TRIG(x) (((x) & 0x7) << 2) macro
245 #define PCI230P2_DAC_TRIG_NONE PCI230P2_DAC_TRIG(0) /* none */
246 #define PCI230P2_DAC_TRIG_SW PCI230P2_DAC_TRIG(1) /* soft trig */
247 #define PCI230P2_DAC_TRIG_EXTP PCI230P2_DAC_TRIG(2) /* ext + edge */
248 #define PCI230P2_DAC_TRIG_EXTN PCI230P2_DAC_TRIG(3) /* ext - edge */
249 #define PCI230P2_DAC_TRIG_Z2CT0 PCI230P2_DAC_TRIG(4) /* Z2 CT0 out */
250 #define PCI230P2_DAC_TRIG_Z2CT1 PCI230P2_DAC_TRIG(5) /* Z2 CT1 out */
251 #define PCI230P2_DAC_TRIG_Z2CT2 PCI230P2_DAC_TRIG(6) /* Z2 CT2 out */
252 #define PCI230P2_DAC_TRIG_MASK PCI230P2_DAC_TRIG(7)