Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/drivers/sensor/nordic/temp/
Dtemp_nrfs.c29 struct sensor_value low_threshold; member
122 to_raw_temp(&data->low_threshold), in api_sensor_trigger_set()
168 data->low_threshold = *val; in api_sensor_attr_set()
300 .low_threshold = DEFAULT_LOW_THRESHOLD,
/Zephyr-latest/drivers/sensor/maxim/max31865/
Dmax31865.c69 (config->low_threshold >> 7) & 0x00ff, (config->low_threshold << 1) & 0x00ff}; in set_threshold_values()
324 .low_threshold = DT_INST_PROP(inst, low_threshold), \
Dmax31865.h93 uint16_t low_threshold; member
/Zephyr-latest/drivers/sensor/wsen/wsen_tids_2521020222501/
Dwsen_tids_2521020222501.h70 const int32_t low_threshold; member
Dwsen_tids_2521020222501_trigger.c278 lower_limit.val1 = cfg->low_threshold / 1000; in tids_2521020222501_init_interrupt()
279 lower_limit.val2 = ((int32_t)cfg->low_threshold % 1000) * (1000000 / 1000); in tids_2521020222501_init_interrupt()
Dwsen_tids_2521020222501.c307 .low_threshold = DT_INST_PROP(inst, temp_low_threshold)
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1014 uint8_t low_threshold; member
Dhci_types.h713 uint8_t low_threshold; member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3262 cp->low_threshold = params->low_threshold; in bt_conn_le_set_path_loss_mon_param()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3131 .low_threshold = shell_strtoul(argv[3], 10, &err), in cmd_set_path_loss_reporting_parameters()