Home
last modified time | relevance | path

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

/drivers/sensor/ti/tmp435/
A Dtmp435.c21 static inline int tmp435_reg_read(const struct tmp435_config *cfg, uint8_t reg, uint8_t *buf, in tmp435_reg_read() function
35 return tmp435_reg_read(cfg, TMP435_STATUS_REG, status, 1); in tmp435_get_status()
78 ret = tmp435_reg_read(cfg, TMP435_LOCAL_TEMP_H_REG, &value, sizeof(value)); in tmp435_sample_fetch()
84 ret = tmp435_reg_read(cfg, TMP435_LOCAL_TEMP_L_REG, &value, sizeof(value)); in tmp435_sample_fetch()
99 ret = tmp435_reg_read(cfg, TMP435_REMOTE_TEMP_H_REG, &value, sizeof(value)); in tmp435_sample_fetch()
105 ret = tmp435_reg_read(cfg, TMP435_REMOTE_TEMP_L_REG, &value, sizeof(value)); in tmp435_sample_fetch()

Completed in 6 milliseconds