Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/adc/
Dad7192.c105 #define AD7192_CONF_UNIPOLAR BIT(3) /* Unipolar/Bipolar Enable */ macro
606 st->conf |= AD7192_CONF_UNIPOLAR; in ad7192_setup()
633 !FIELD_GET(AD7192_CONF_UNIPOLAR, st->conf)); in ad7192_setup()
887 bool unipolar = FIELD_GET(AD7192_CONF_UNIPOLAR, st->conf); in ad7192_read_raw()