Searched refs:heater (Results 1 – 5 of 5) sorted by relevance
17 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.3V32 1 -> Medium power heater pulse -> ~110 mW @3.3V33 2 -> Low power heater pulse -> ~20 mW @3.3V41 0 -> Long heater pulse -> 1.1s42 1 -> Short heater pulse -> 0.11s
19 The SHT4X has the option to use a heater which makes sense for specific21 To make use of the heater have a look at the Kconfig options for this application.
117 const struct sensor_value *heater) in hids_2525020210002_heater_set() argument121 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() local222 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)), \
42 const hids_2525020210002_heater_t heater; member
97 prompt "BME680 gas sensor's heater temperature in degree Celsius"100 Select the gas sensor's heater temperature for the BME680 sensor.