diff options
| author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-07-20 13:34:25 -0400 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-07-21 10:28:14 -0400 |
| commit | c73314e6ebb2651a70ca8a3ff08d4bd6b9f9ade1 (patch) | |
| tree | 1528be363129351b6f007a93897d476e4d24817b /include/uapi/linux | |
| parent | cd570e6fa43a5ed061b91e64dc507a6ac54fac95 (diff) | |
iio: Add channel for Phase
Add new channel type support for phase.
This channel may be used by Time-of-flight sensors to express the
phase difference between emitted and received signals. Those sensor
will then use the phase shift of return signals to approximate the
distance to objects.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/iio/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/iio/types.h b/include/uapi/linux/iio/types.h index 033c7d28924e..e4df3cc268db 100644 --- a/include/uapi/linux/iio/types.h +++ b/include/uapi/linux/iio/types.h | |||
| @@ -45,6 +45,7 @@ enum iio_chan_type { | |||
| 45 | IIO_INDEX, | 45 | IIO_INDEX, |
| 46 | IIO_GRAVITY, | 46 | IIO_GRAVITY, |
| 47 | IIO_POSITIONRELATIVE, | 47 | IIO_POSITIONRELATIVE, |
| 48 | IIO_PHASE, | ||
| 48 | }; | 49 | }; |
| 49 | 50 | ||
| 50 | enum iio_modifier { | 51 | enum iio_modifier { |
