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
include
linux
iio
dac
ad5421.h
Go to the documentation of this file.
1
#ifndef __IIO_DAC_AD5421_H__
2
#define __IIO_DAC_AD5421_H__
3
11
enum
ad5421_current_range
{
12
AD5421_CURRENT_RANGE_4mA_20mA
,
13
AD5421_CURRENT_RANGE_3mA8_21mA
,
14
AD5421_CURRENT_RANGE_3mA2_24mA
,
15
};
16
23
struct
ad5421_platform_data
{
24
bool
external_vref
;
25
enum
ad5421_current_range
current_range
;
26
};
27
28
#endif
Generated on Thu Jan 10 2013 14:51:35 for Linux Kernel by
1.8.2