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

/linux-4.4.14/drivers/iio/adc/
H A Dad7793.c83 #define AD7793_CONF_UNIPOLAR (1 << 12) /* Unipolar/Bipolar Enable */ macro
303 st->conf |= AD7793_CONF_UNIPOLAR; ad7793_setup()
332 (!!(st->conf & AD7793_CONF_UNIPOLAR) ? 0 : 1)); ad7793_setup()
462 bool unipolar = !!(st->conf & AD7793_CONF_UNIPOLAR); ad7793_read_raw()

Completed in 67 milliseconds