Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dsht3x.c231 static int sht3x_extract_temperature(u16 raw) in sht3x_extract_temperature() function
277 data->temperature = sht3x_extract_temperature(val); in sht3x_update_client()
335 temperature = sht3x_extract_temperature((raw & 0x01ff) << 7); in limits_update()