Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/iio/adc/
Dad7192.c101 #define AD7192_CONF_UNIPOLAR BIT(3) /* Unipolar/Bipolar Enable */ macro
275 st->conf |= AD7192_CONF_UNIPOLAR; in ad7192_setup()
296 ((st->conf & AD7192_CONF_UNIPOLAR) ? 0 : 1)); in ad7192_setup()
497 bool unipolar = !!(st->conf & AD7192_CONF_UNIPOLAR); in ad7192_read_raw()