Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/
A Ddrv_temp_humi_sensirion_sht30.c109 int32_t humi_raw = 0; in drv_sht30_read_temp_and_humi() local
120 humi_raw = (int)(data[3] << 8 | data[4]); in drv_sht30_read_temp_and_humi()
125 *humidity = (uint32_t)((12500 * humi_raw) >> 13); in drv_sht30_read_temp_and_humi()
A Ddrv_temp_humi_sensirion_sht31.c109 int32_t humi_raw = 0; in drv_sht31_read_temp_and_humi() local
120 humi_raw = (int)(data[3] << 8 | data[4]); in drv_sht31_read_temp_and_humi()
125 *humidity = (uint32_t)((12500 * humi_raw) >> 13); in drv_sht31_read_temp_and_humi()
A Ddrv_temp_humi_sensirion_shtc1.c142 int humi_raw = 0; in drv_shtc1_read_temp_and_humi() local
154 humi_raw = (int)(data[3] << 8 | data[4]); in drv_shtc1_read_temp_and_humi()
160 *humidity = (uint32_t)((12500 * humi_raw) >> 13); in drv_shtc1_read_temp_and_humi()

Completed in 4 milliseconds