Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/sensor/sgp40/
Dsgp40.c113 rc = i2c_read_dt(&cfg->bus, rx_buf, sizeof(rx_buf)); in sgp40_selftest()
154 rc = i2c_read_dt(&cfg->bus, rx_buf, sizeof(rx_buf)); in sgp40_sample_fetch()
/Zephyr-Core-2.7.6/drivers/sensor/sht3xd/
Dsht3xd.c94 if (i2c_read_dt(&config->bus, rx_buf, sizeof(rx_buf)) < 0) { in sht3xd_sample_fetch()
/Zephyr-Core-2.7.6/drivers/sensor/sht4x/
Dsht4x.c48 rc = i2c_read_dt(&cfg->bus, rx_buf, sizeof(rx_buf)); in sht4x_read_sample()
/Zephyr-Core-2.7.6/drivers/sensor/si7210/
Dsi7210.c153 rc = i2c_read_dt(&config->bus, &val, 1); in si7210_wakeup()
/Zephyr-Core-2.7.6/include/drivers/
Di2c.h644 static inline int i2c_read_dt(const struct i2c_dt_spec *spec, in i2c_read_dt() function