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

Go to the source code of this file.

Data Structures

struct  boarddef_struct
 

Macros

#define DAC02_LSB(a)   (2 * a)
 
#define DAC02_MSB(a)   (2 * a + 1)
 

Functions

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

Macro Definition Documentation

#define DAC02_LSB (   a)    (2 * a)

Definition at line 72 of file poc.c.

#define DAC02_MSB (   a)    (2 * a + 1)

Definition at line 73 of file poc.c.

Function Documentation

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