Searched refs:AD7793_CONF_GAIN (Results 1 – 1 of 1) sorted by relevance
85 #define AD7793_CONF_GAIN(x) (((x) & 0x7) << 8) /* Gain Select */ macro306 st->conf |= AD7793_CONF_GAIN(7); in ad7793_setup()542 st->conf &= ~AD7793_CONF_GAIN(-1); in ad7793_write_raw()543 st->conf |= AD7793_CONF_GAIN(i); in ad7793_write_raw()