Searched refs:select_mask (Results 1 – 1 of 1) sorted by relevance
57 static int tca954x_set_channel(const struct device *dev, uint8_t select_mask) in tca954x_set_channel() argument64 if (data->selected_chan != select_mask) { in tca954x_set_channel()65 res = i2c_write_dt(&cfg->i2c, &select_mask, 1); in tca954x_set_channel()67 data->selected_chan = select_mask; in tca954x_set_channel()