Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ad7192.h
Go to the documentation of this file.
1 /*
2  * AD7190 AD7192 AD7195 SPI ADC driver
3  *
4  * Copyright 2011 Analog Devices Inc.
5  *
6  * Licensed under the GPL-2.
7  */
8 #ifndef IIO_ADC_AD7192_H_
9 #define IIO_ADC_AD7192_H_
10 
11 /*
12  * TODO: struct ad7192_platform_data needs to go into include/linux/iio
13  */
14 
38  bool refin2_en;
39  bool rej60_en;
40  bool sinc3_en;
41  bool chop_en;
42  bool buf_en;
45 };
46 
47 #endif /* IIO_ADC_AD7192_H_ */