Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/humidity/
Dhdc3020.c611 u16 reg_thresh, reg_clr; in hdc3020_read_thresh() local
616 reg_thresh = HDC3020_R_T_RH_THRESH_HIGH; in hdc3020_read_thresh()
619 reg_thresh = HDC3020_R_T_RH_THRESH_LOW; in hdc3020_read_thresh()
624 ret = hdc3020_read_be16(data, reg_thresh); in hdc3020_read_thresh()