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

Go to the source code of this file.

Data Structures

struct  pcl730_board
 

Macros

#define PCL730_SIZE   4
 
#define ACL7130_SIZE   8
 
#define PCL730_IDIO_LO   0 /* Isolated Digital I/O low byte (ID0-ID7) */
 
#define PCL730_IDIO_HI   1 /* Isolated Digital I/O high byte (ID8-ID15) */
 
#define PCL730_DIO_LO   2 /* TTL Digital I/O low byte (D0-D7) */
 
#define PCL730_DIO_HI   3 /* TTL Digital I/O high byte (D8-D15) */
 

Functions

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

Macro Definition Documentation

#define ACL7130_SIZE   8

Definition at line 23 of file pcl730.c.

#define PCL730_DIO_HI   3 /* TTL Digital I/O high byte (D8-D15) */

Definition at line 27 of file pcl730.c.

#define PCL730_DIO_LO   2 /* TTL Digital I/O low byte (D0-D7) */

Definition at line 26 of file pcl730.c.

#define PCL730_IDIO_HI   1 /* Isolated Digital I/O high byte (ID8-ID15) */

Definition at line 25 of file pcl730.c.

#define PCL730_IDIO_LO   0 /* Isolated Digital I/O low byte (ID0-ID7) */

Definition at line 24 of file pcl730.c.

#define PCL730_SIZE   4

Definition at line 22 of file pcl730.c.

Function Documentation

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