Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hwdrv_apci16xx.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module.
3  *
4  * ADDI-DATA GmbH
5  * Dieselstrasse 3
6  * D-77833 Ottersweier
7  * Tel: +19(0)7223/9493-0
8  * Fax: +49(0)7223/9493-92
9  * http://www.addi-data-com
11  *
12  * This program is free software; you can redistribute it and/or modify it
13  * under the terms of the GNU General Public License as published by the Free
14  * Software Foundation; either version 2 of the License, or (at your option)
15  * any later version.
16  */
17 
18 #ifndef COMEDI_SUBD_TTLIO
19 #define COMEDI_SUBD_TTLIO 11 /* Digital Input Output But TTL */
20 #endif
21 
22 #ifndef ADDIDATA_ENABLE
23 #define ADDIDATA_ENABLE 1
24 #define ADDIDATA_DISABLE 0
25 #endif
26 
27 #define APCI16XX_TTL_INIT 0
28 #define APCI16XX_TTL_INITDIRECTION 1
29 #define APCI16XX_TTL_OUTPUTMEMORY 2
30 
31 #define APCI16XX_TTL_READCHANNEL 0
32 #define APCI16XX_TTL_READPORT 1
33 
34 #define APCI16XX_TTL_WRITECHANNEL_ON 0
35 #define APCI16XX_TTL_WRITECHANNEL_OFF 1
36 #define APCI16XX_TTL_WRITEPORT_ON 2
37 #define APCI16XX_TTL_WRITEPORT_OFF 3
38 
39 #define APCI16XX_TTL_READ_ALL_INPUTS 0
40 #define APCI16XX_TTL_READ_ALL_OUTPUTS 1
41 
42 #ifdef __KERNEL__
43 
44 /*
45 +----------------------------------------------------------------------------+
46 | TTL INISIALISATION FUNCTION |
47 +----------------------------------------------------------------------------+
48 */
49 
51  struct comedi_subdevice *s, struct comedi_insn *insn,
52  unsigned int *data);
53 
54 /*
55 +----------------------------------------------------------------------------+
56 | TTL INPUT FUNCTION |
57 +----------------------------------------------------------------------------+
58 */
59 
61  struct comedi_subdevice *s, struct comedi_insn *insn,
62  unsigned int *data);
63 
65  struct comedi_subdevice *s,
66  struct comedi_insn *insn, unsigned int *data);
67 
68 /*
69 +----------------------------------------------------------------------------+
70 | TTL OUTPUT FUNCTIONS |
71 +----------------------------------------------------------------------------+
72 */
73 
75  struct comedi_subdevice *s, struct comedi_insn *insn,
76  unsigned int *data);
77 
79 #endif