Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/i2c/
Di2c_tca954x.c57 static int tca954x_set_channel(const struct device *dev, uint8_t select_mask) in tca954x_set_channel() argument
64 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()