Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/st_hts221/
Dhts221.c176 static inline float hts221_humidity_percent(int16_t hum) in hts221_humidity_percent() argument
178 float percentage = (float) ((mTask.y1_H - mTask.y0_H) * hum + \ in hts221_humidity_percent()