Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
adq12b.c File Reference
#include "../comedidev.h"

Go to the source code of this file.

Data Structures

struct  adq12b_board
 
struct  adq12b_private
 

Macros

#define ADQ12B_SIZE   16
 
#define ADQ12B_CTREG   0x00
 
#define ADQ12B_STINR   0x00
 
#define ADQ12B_OUTBR   0x04
 
#define ADQ12B_ADLOW   0x08
 
#define ADQ12B_ADHIG   0x09
 
#define ADQ12B_CONT0   0x0c
 
#define ADQ12B_CONT1   0x0d
 
#define ADQ12B_CONT2   0x0e
 
#define ADQ12B_COWORD   0x0f
 
#define ADQ12B_EOC   0x20
 
#define TIMEOUT   20
 

Functions

 module_comedi_driver (adq12b_driver)
 
 MODULE_AUTHOR ("Comedi http://www.comedi.org")
 
 MODULE_DESCRIPTION ("Comedi low-level driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define ADQ12B_ADHIG   0x09

Definition at line 90 of file adq12b.c.

#define ADQ12B_ADLOW   0x08

Definition at line 89 of file adq12b.c.

#define ADQ12B_CONT0   0x0c

Definition at line 91 of file adq12b.c.

#define ADQ12B_CONT1   0x0d

Definition at line 92 of file adq12b.c.

#define ADQ12B_CONT2   0x0e

Definition at line 93 of file adq12b.c.

#define ADQ12B_COWORD   0x0f

Definition at line 94 of file adq12b.c.

#define ADQ12B_CTREG   0x00

Definition at line 86 of file adq12b.c.

#define ADQ12B_EOC   0x20

Definition at line 97 of file adq12b.c.

#define ADQ12B_OUTBR   0x04

Definition at line 88 of file adq12b.c.

#define ADQ12B_SIZE   16

Definition at line 84 of file adq12b.c.

#define ADQ12B_STINR   0x00

Definition at line 87 of file adq12b.c.

#define TIMEOUT   20

Definition at line 99 of file adq12b.c.

Function Documentation

MODULE_AUTHOR ( "Comedi http://www.comedi.org"  )
module_comedi_driver ( adq12b_driver  )
MODULE_DESCRIPTION ( "Comedi low-level driver )
MODULE_LICENSE ( "GPL"  )