AD7793_CONF_UNIPOLAR
st->conf |= AD7793_CONF_UNIPOLAR;
(!!(st->conf & AD7793_CONF_UNIPOLAR) ? 0 : 1));
bool unipolar = !!(st->conf & AD7793_CONF_UNIPOLAR);