Home
last modified time | relevance | path

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

/Zephyr-latest/samples/sensor/sgp40_sht4x/
DKconfig17 Maximum duty cycle for using the heater is 5%
20 int "RH [%] threshold above which the heater will be activated"
31 0 -> High power heater pulse -> ~200 mW @3.3V
32 1 -> Medium power heater pulse -> ~110 mW @3.3V
33 2 -> Low power heater pulse -> ~20 mW @3.3V
41 0 -> Long heater pulse -> 1.1s
42 1 -> Short heater pulse -> 0.11s
DREADME.rst19 The SHT4X has the option to use a heater which makes sense for specific
21 To make use of the heater have a look at the Kconfig options for this application.
/Zephyr-latest/drivers/sensor/wsen/wsen_hids_2525020210002/
Dwsen_hids_2525020210002.c117 const struct sensor_value *heater) in hids_2525020210002_heater_set() argument
121 if (heater->val1 < hids_2525020210002_heater_Off || in hids_2525020210002_heater_set()
122 heater->val1 > hids_2525020210002_heater_On_20mW_100ms || heater->val2 != 0) { in hids_2525020210002_heater_set()
123 LOG_ERR("Bad heater option %d", heater->val1); in hids_2525020210002_heater_set()
127 data->sensor_heater = (hids_2525020210002_heater_t)heater->val1; in hids_2525020210002_heater_set()
197 struct sensor_value precision, heater; in hids_2525020210002_init() local
222 heater.val1 = config->heater; in hids_2525020210002_init()
223 heater.val2 = 0; in hids_2525020210002_init()
225 if (hids_2525020210002_heater_set(dev, &heater) < 0) { in hids_2525020210002_init()
241 .heater = (hids_2525020210002_heater_t)(DT_INST_ENUM_IDX(inst, heater)), \
Dwsen_hids_2525020210002.h42 const hids_2525020210002_heater_t heater; member
/Zephyr-latest/drivers/sensor/bosch/bme680/
DKconfig97 prompt "BME680 gas sensor's heater temperature in degree Celsius"
100 Select the gas sensor's heater temperature for the BME680 sensor.