Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/tmp007/
Dtmp007.c35 int tmp007_reg_write(const struct i2c_dt_spec *i2c, uint8_t reg, uint16_t val) in tmp007_reg_write() function
55 return tmp007_reg_write(i2c, reg, new_val); in tmp007_reg_update()
Dtmp007.h69 int tmp007_reg_write(const struct i2c_dt_spec *i2c, uint8_t reg, uint16_t val);
Dtmp007_trigger.c61 if (tmp007_reg_write(&cfg->i2c, reg, value) < 0) { in tmp007_attr_set()