RTXI 1.3
comedi/comedi/drivers/adq12b.c File Reference
#include <linux/comedidev.h>

Go to the source code of this file.

Classes

struct  adq12b_board_struct
struct  adq12b_private

Defines

#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
#define thisboard   ((const adq12b_board *)dev->board_ptr)
#define devpriv   ((adq12b_private *)dev->private)

Typedefs

typedef struct adq12b_board_struct adq12b_board

Functions

 COMEDI_INITCLEANUP (driver_adq12b)

Define Documentation

#define ADQ12B_ADHIG   0x09

Definition at line 91 of file adq12b.c.

#define ADQ12B_ADLOW   0x08

Definition at line 90 of file adq12b.c.

#define ADQ12B_CONT0   0x0c

Definition at line 92 of file adq12b.c.

#define ADQ12B_CONT1   0x0d

Definition at line 93 of file adq12b.c.

#define ADQ12B_CONT2   0x0e

Definition at line 94 of file adq12b.c.

#define ADQ12B_COWORD   0x0f

Definition at line 95 of file adq12b.c.

#define ADQ12B_CTREG   0x00

Definition at line 87 of file adq12b.c.

#define ADQ12B_EOC   0x20

Definition at line 98 of file adq12b.c.

#define ADQ12B_OUTBR   0x04

Definition at line 89 of file adq12b.c.

#define ADQ12B_SIZE   16

Definition at line 85 of file adq12b.c.

#define ADQ12B_STINR   0x00

Definition at line 88 of file adq12b.c.

#define devpriv   ((adq12b_private *)dev->private)

Definition at line 157 of file adq12b.c.

#define thisboard   ((const adq12b_board *)dev->board_ptr)

Definition at line 147 of file adq12b.c.

#define TIMEOUT   20

Definition at line 100 of file adq12b.c.


Typedef Documentation


Function Documentation

COMEDI_INITCLEANUP ( driver_adq12b  )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines