Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/tmp1075/
Dtmp1075.c39 static int tmp1075_reg_write(const struct tmp1075_config *cfg, uint8_t reg, uint16_t val) in tmp1075_reg_write() function
53 if (tmp1075_reg_write(dev->config, reg, value) < 0) { in set_threshold_attribute()
230 int rc = tmp1075_reg_write(dev->config, TMP1075_REG_CONFIG, config_reg); in tmp1075_init()