1 /* industrial I/O data types needed both in and out of kernel
3 * Copyright (c) 2008 Jonathan Cameron
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 as published by
7 * the Free Software Foundation.
13 #include <uapi/linux/iio/types.h>
18 IIO_EV_INFO_HYSTERESIS
,
20 IIO_EV_INFO_HIGH_PASS_FILTER_3DB
,
21 IIO_EV_INFO_LOW_PASS_FILTER_3DB
,
25 #define IIO_VAL_INT_PLUS_MICRO 2
26 #define IIO_VAL_INT_PLUS_NANO 3
27 #define IIO_VAL_INT_PLUS_MICRO_DB 4
28 #define IIO_VAL_INT_MULTIPLE 5
29 #define IIO_VAL_FRACTIONAL 10
30 #define IIO_VAL_FRACTIONAL_LOG2 11
32 enum iio_available_type
{
37 #endif /* _IIO_TYPES_H_ */