Home
last modified time | relevance | path

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

/linux/drivers/iio/humidity/
H A Dhdc3020.c91 static const int hdc3020_heater_vals[] = {0, 1, 0x3FFF}; variable
332 *vals = hdc3020_heater_vals; in hdc3020_read_available()
343 if (val < hdc3020_heater_vals[0] || val > hdc3020_heater_vals[2]) in hdc3020_update_heater()