Searched refs:tmp007_reg_read (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/sensor/ti/tmp007/ |
D | tmp007.c | 23 int tmp007_reg_read(const struct i2c_dt_spec *i2c, uint8_t reg, uint16_t *val) in tmp007_reg_read() function 48 if (tmp007_reg_read(i2c, reg, &old_val) < 0) { in tmp007_reg_update() 67 if (tmp007_reg_read(&cfg->i2c, TMP007_REG_TOBJ, &val) < 0) { in tmp007_sample_fetch()
|
D | tmp007.h | 67 int tmp007_reg_read(const struct i2c_dt_spec *i2c, uint8_t reg, uint16_t *val);
|
D | tmp007_trigger.c | 90 if (tmp007_reg_read(&cfg->i2c, TMP007_REG_STATUS, &status) < 0) { in tmp007_thread_cb()
|