Home
last modified time | relevance | path

Searched refs:AD7793_CONF_UNIPOLAR (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/adc/
H A Dad7793.c82 #define AD7793_CONF_UNIPOLAR (1 << 12) /* Unipolar/Bipolar Enable */ macro
304 st->conf |= AD7793_CONF_UNIPOLAR; in ad7793_setup()
333 (!!(st->conf & AD7793_CONF_UNIPOLAR) ? 0 : 1)); in ad7793_setup()
405 bool unipolar = !!(st->conf & AD7793_CONF_UNIPOLAR); in ad7793_read_raw()