Symbol: DPR_CMD
drivers/comedi/drivers/dt3000.c
100
#define DPR_CMD_READCT DPR_CMD(19)
drivers/comedi/drivers/dt3000.c
101
#define DPR_CMD_WRITEDATA DPR_CMD(32)
drivers/comedi/drivers/dt3000.c
102
#define DPR_CMD_READDATA DPR_CMD(33)
drivers/comedi/drivers/dt3000.c
103
#define DPR_CMD_WRITEIO DPR_CMD(34)
drivers/comedi/drivers/dt3000.c
104
#define DPR_CMD_READIO DPR_CMD(35)
drivers/comedi/drivers/dt3000.c
105
#define DPR_CMD_WRITECODE DPR_CMD(36)
drivers/comedi/drivers/dt3000.c
106
#define DPR_CMD_READCODE DPR_CMD(37)
drivers/comedi/drivers/dt3000.c
107
#define DPR_CMD_EXECUTE DPR_CMD(38)
drivers/comedi/drivers/dt3000.c
108
#define DPR_CMD_HALT DPR_CMD(48)
drivers/comedi/drivers/dt3000.c
109
#define DPR_CMD_MASK DPR_CMD(0xff)
drivers/comedi/drivers/dt3000.c
88
#define DPR_CMD_GETBRDINFO DPR_CMD(0)
drivers/comedi/drivers/dt3000.c
89
#define DPR_CMD_CONFIG DPR_CMD(1)
drivers/comedi/drivers/dt3000.c
90
#define DPR_CMD_GETCONFIG DPR_CMD(2)
drivers/comedi/drivers/dt3000.c
91
#define DPR_CMD_START DPR_CMD(3)
drivers/comedi/drivers/dt3000.c
92
#define DPR_CMD_STOP DPR_CMD(4)
drivers/comedi/drivers/dt3000.c
93
#define DPR_CMD_READSINGLE DPR_CMD(5)
drivers/comedi/drivers/dt3000.c
94
#define DPR_CMD_WRITESINGLE DPR_CMD(6)
drivers/comedi/drivers/dt3000.c
95
#define DPR_CMD_CALCCLOCK DPR_CMD(7)
drivers/comedi/drivers/dt3000.c
96
#define DPR_CMD_READEVENTS DPR_CMD(8)
drivers/comedi/drivers/dt3000.c
97
#define DPR_CMD_WRITECTCTRL DPR_CMD(16)
drivers/comedi/drivers/dt3000.c
98
#define DPR_CMD_READCTCTRL DPR_CMD(17)
drivers/comedi/drivers/dt3000.c
99
#define DPR_CMD_WRITECT DPR_CMD(18)