Searched refs:low_threshold (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | ipso_filling_sensor.c | 48 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/ |
D | max31865.c | 69 (config->low_threshold >> 7) & 0x00ff, (config->low_threshold << 1) & 0x00ff}; in set_threshold_values() 295 .low_threshold = DT_INST_PROP(inst, low_threshold), \
|
D | max31865.h | 89 uint16_t low_threshold; member
|
/Zephyr-Core-3.5.0/drivers/sensor/wsen_tids/ |
D | wsen_tids.h | 61 const int low_threshold; member
|
D | wsen_tids.c | 208 .low_threshold = DT_INST_PROP(inst, temp_low_threshold)
|
D | wsen_tids_trigger.c | 212 lower_limit.val1 = cfg->low_threshold; in tids_init_interrupt()
|