Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dipso_filling_sensor.c46 static double high_threshold[MAX_INSTANCE_COUNT]; variable
107 full = actual_fill_percentage[index] > high_threshold[index]; in update()
167 high_threshold[index] = 0; in filling_sensor_create()
195 &high_threshold[index], sizeof(*high_threshold), NULL, in filling_sensor_create()
/Zephyr-Core-3.5.0/drivers/sensor/max31865/
Dmax31865.c68 (config->high_threshold >> 7) & 0x00ff, (config->high_threshold << 1) & 0x00ff, in set_threshold_values()
296 .high_threshold = DT_INST_PROP(inst, high_threshold), \
Dmax31865.h90 uint16_t high_threshold; member
/Zephyr-Core-3.5.0/drivers/sensor/wsen_tids/
Dwsen_tids.h58 const int high_threshold; member
Dwsen_tids.c207 .high_threshold = DT_INST_PROP(inst, temp_high_threshold), \
Dwsen_tids_trigger.c210 upper_limit.val1 = cfg->high_threshold; in tids_init_interrupt()