Searched refs:AD7793_CONF_UNIPOLAR (Results 1 – 1 of 1) sorted by relevance
82 #define AD7793_CONF_UNIPOLAR (1 << 12) /* Unipolar/Bipolar Enable */ macro304 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()