Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/th02/
Dth02.c22 static uint8_t read8(const struct i2c_dt_spec *i2c, uint8_t d) in read8() function
59 humidity = read8(i2c, TH02_REG_DATA_H) << 8; in get_humi()
60 humidity |= read8(i2c, TH02_REG_DATA_L); in get_humi()
77 temperature = read8(i2c, TH02_REG_DATA_H) << 8; in get_temp()
78 temperature |= read8(i2c, TH02_REG_DATA_L); in get_temp()