Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dsht15.c51 #define SHT15_STATUS_HEATER 0x04 macro
717 status |= SHT15_STATUS_HEATER; in sht15_status_store()
719 status &= ~SHT15_STATUS_HEATER; in sht15_status_store()
783 static SENSOR_DEVICE_ATTR_RW(heater_enable, sht15_status, SHT15_STATUS_HEATER);