Searched refs:i2c_read_dt (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-2.7.6/drivers/sensor/sgp40/ |
D | sgp40.c | 113 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/ |
D | sht3xd.c | 94 if (i2c_read_dt(&config->bus, rx_buf, sizeof(rx_buf)) < 0) { in sht3xd_sample_fetch()
|
/Zephyr-Core-2.7.6/drivers/sensor/sht4x/ |
D | sht4x.c | 48 rc = i2c_read_dt(&cfg->bus, rx_buf, sizeof(rx_buf)); in sht4x_read_sample()
|
/Zephyr-Core-2.7.6/drivers/sensor/si7210/ |
D | si7210.c | 153 rc = i2c_read_dt(&config->bus, &val, 1); in si7210_wakeup()
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | i2c.h | 644 static inline int i2c_read_dt(const struct i2c_dt_spec *spec, in i2c_read_dt() function
|