Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/tmp007/
Dtmp007.c23 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()
Dtmp007.h67 int tmp007_reg_read(const struct i2c_dt_spec *i2c, uint8_t reg, uint16_t *val);
Dtmp007_trigger.c90 if (tmp007_reg_read(&cfg->i2c, TMP007_REG_STATUS, &status) < 0) { in tmp007_thread_cb()