Home
last modified time | relevance | path

Searched +full:rfb +full:- +full:ohms (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/dac/
H A Dad3552r-common.c1 // SPDX-License-Identifier: GPL-2.0+
3 // Copyright (c) 2010-2024 Analog Devices Inc.
18 [AD3552R_CH_OUTPUT_RANGE_NEG_5__5V] = { -5000, 5000 },
19 [AD3552R_CH_OUTPUT_RANGE_NEG_10__10V] = { -10000, 10000 }
28 [AD3542R_CH_OUTPUT_RANGE_NEG_2P5__7P5V] = { -2500, 7500 },
29 [AD3542R_CH_OUTPUT_RANGE_NEG_5__5V] = { -5000, 5000 }
57 * Vmin = 2.5 + [(GainN + Offset / 1024) * 2.5 * Rfb * 1.03] in ad3552r_get_custom_range()
58 * Vmax = 2.5 - [(GainP + Offset / 1024) * 2.5 * Rfb * 1.03] in ad3552r_get_custom_range()
63 common = 2575 * ch_data->rfb; in ad3552r_get_custom_range()
64 offset = ch_data->gain_offset; in ad3552r_get_custom_range()
[all …]