Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/tmp1075/
Dtmp1075.c30 static int tmp1075_reg_read(const struct tmp1075_config *cfg, uint8_t reg, uint16_t *val) in tmp1075_reg_read() function
90 if (tmp1075_reg_read(dev->config, reg, &value) < 0) { in get_threshold_attribute()
130 if (tmp1075_reg_read(cfg, TMP1075_REG_TEMPERATURE, &val) < 0) { in tmp1075_sample_fetch()