Searched refs:humidityRaw (Results 1 – 2 of 2) sorted by relevance
142 …ce_t* sensorInterface, hids_measureCmd_t measureCmd, int32_t* temperatureRaw, int32_t* humidityRaw) in HIDS_Sensor_Measure_Raw() argument179 …*humidityRaw = (int32_t)(((15625 * rh_ticks) >> 13) - 6000); /* humidityRaw to be divided by 1000 … in HIDS_Sensor_Measure_Raw()
50 …_t* sensorInterface, hids_measureCmd_t meausureCmd, int32_t* temperatureRaw, int32_t* humidityRaw);