Lines Matching full:integration
32 * struct iio_itime_sel_mul - integration time description
37 * integration time and amplification as well as corresponding selector
42 * 200 mS => 4 and 400 mS => 8 assuming the impact of integration time would be
46 * @time_us: Integration time in microseconds. Time values must be positive,
117 * iio_gts_find_int_time_by_sel - find integration time matching a selector
119 * @sel: selector for which matching integration time is searched for
121 * Return: integration time matching given selector or -EINVAL if
122 * integration time was not found.
136 * iio_gts_find_sel_by_int_time - find selector matching integration time
138 * @time: Integration time for which matching selector is searched for
140 * Return: a selector matching given integration time or -EINVAL if
155 * iio_gts_valid_time - check if given integration time is valid
157 * @time_us: Integration time to check