Home
last modified time | relevance | path

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

/linux/drivers/comedi/drivers/
A Damplc_pci224.c124 #define PCI224_DACCON_TRIG(x) (((x) & 0x7) << 0) macro
125 #define PCI224_DACCON_TRIG_MASK PCI224_DACCON_TRIG(7)
126 #define PCI224_DACCON_TRIG_NONE PCI224_DACCON_TRIG(0) /* none */
127 #define PCI224_DACCON_TRIG_SW PCI224_DACCON_TRIG(1) /* soft trig */
128 #define PCI224_DACCON_TRIG_EXTP PCI224_DACCON_TRIG(2) /* ext + edge */
129 #define PCI224_DACCON_TRIG_EXTN PCI224_DACCON_TRIG(3) /* ext - edge */
130 #define PCI224_DACCON_TRIG_Z2CT0 PCI224_DACCON_TRIG(4) /* Z2 CT0 out */
131 #define PCI224_DACCON_TRIG_Z2CT1 PCI224_DACCON_TRIG(5) /* Z2 CT1 out */
132 #define PCI224_DACCON_TRIG_Z2CT2 PCI224_DACCON_TRIG(6) /* Z2 CT2 out */

Completed in 8 milliseconds