Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations
ad7266.h File Reference

Go to the source code of this file.

Data Structures

struct  ad7266_platform_data
 

Enumerations

enum  ad7266_range { AD7266_RANGE_VREF, AD7266_RANGE_2VREF }
 
enum  ad7266_mode { AD7266_MODE_DIFF, AD7266_MODE_PSEUDO_DIFF, AD7266_MODE_SINGLE_ENDED }
 

Enumeration Type Documentation

enum ad7266_mode - AD7266 sample mode : Device is configured for full differential mode (SGL/DIFF pin set to low, AD0 pin set to low) : Device is configured for pseudo differential mode (SGL/DIFF pin set to low, AD0 pin set to high) : Device is configured for single-ended mode (SGL/DIFF pin set to high)

Enumerator:
AD7266_MODE_DIFF 
AD7266_MODE_PSEUDO_DIFF 
AD7266_MODE_SINGLE_ENDED 

Definition at line 33 of file ad7266.h.

enum ad7266_range - AD7266 reference voltage range : Device is configured for input range 0V - VREF (RANGE pin set to low) : Device is configured for input range 0V - 2VREF (RANGE pin set to high)

Enumerator:
AD7266_RANGE_VREF 
AD7266_RANGE_2VREF 

Definition at line 19 of file ad7266.h.