Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dipso_filling_sensor.c48 static double low_threshold[MAX_INSTANCE_COUNT]; variable
114 empty = actual_fill_percentage[index] < low_threshold[index]; in update()
169 low_threshold[index] = 0; in filling_sensor_create()
201 res_inst[index], j, 1, false, true, &low_threshold[index], in filling_sensor_create()
202 sizeof(*low_threshold), NULL, NULL, NULL, update_cb, NULL); in filling_sensor_create()
/Zephyr-Core-3.5.0/drivers/sensor/max31865/
Dmax31865.c69 (config->low_threshold >> 7) & 0x00ff, (config->low_threshold << 1) & 0x00ff}; in set_threshold_values()
295 .low_threshold = DT_INST_PROP(inst, low_threshold), \
Dmax31865.h89 uint16_t low_threshold; member
/Zephyr-Core-3.5.0/drivers/sensor/wsen_tids/
Dwsen_tids.h61 const int low_threshold; member
Dwsen_tids.c208 .low_threshold = DT_INST_PROP(inst, temp_low_threshold)
Dwsen_tids_trigger.c212 lower_limit.val1 = cfg->low_threshold; in tids_init_interrupt()