Lines Matching +full:clock +full:- +full:generator
1 /* SPDX-License-Identifier: GPL-2.0-only */
11 * enum ad7793_clock_source - AD7793 clock source selection
12 * @AD7793_CLK_SRC_INT: Internal 64 kHz clock, not available at the CLK pin.
13 * @AD7793_CLK_SRC_INT_CO: Internal 64 kHz clock, available at the CLK pin.
14 * @AD7793_CLK_SRC_EXT: Use external clock.
15 * @AD7793_CLK_SRC_EXT_DIV2: Use external clock divided by 2.
25 * enum ad7793_bias_voltage - AD7793 bias voltage selection
26 * @AD7793_BIAS_VOLTAGE_DISABLED: Bias voltage generator disabled
27 * @AD7793_BIAS_VOLTAGE_AIN1: Bias voltage connected to AIN1(-).
28 * @AD7793_BIAS_VOLTAGE_AIN2: Bias voltage connected to AIN2(-).
29 * @AD7793_BIAS_VOLTAGE_AIN3: Bias voltage connected to AIN3(-).
40 * enum ad7793_refsel - AD7793 reference voltage selection
42 * and REFIN1(-).
44 * and REFIN1(-). Only valid for AD7795/AD7796.
54 * enum ad7793_current_source_direction - AD7793 excitation current direction
72 * enum ad7793_excitation_current - AD7793 excitation current selection
74 * @AD7793_IX_10uA: Enable 10 micro-ampere excitation current.
75 * @AD7793_IX_210uA: Enable 210 micro-ampere excitation current.
76 * @AD7793_IX_1mA: Enable 1 milli-Ampere excitation current.
86 * struct ad7793_platform_data - AD7793 platform data
87 * @clock_src: Clock source selection
89 * @boost_enable: Enable boost for the bias voltage generator.