Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
staging
iio
adc
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
34
struct
ad7192_platform_data
{
35
u16
vref_mv
;
36
u8
clock_source_sel
;
37
u32
ext_clk_Hz
;
38
bool
refin2_en
;
39
bool
rej60_en
;
40
bool
sinc3_en
;
41
bool
chop_en
;
42
bool
buf_en
;
43
bool
unipolar_en
;
44
bool
burnout_curr_en
;
45
};
46
47
#endif
/* IIO_ADC_AD7192_H_ */
Generated on Thu Jan 10 2013 14:28:35 for Linux Kernel by
1.8.2