Home
last modified time | relevance | path

Searched refs:low_threshold (Results 1 – 8 of 8) 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/include/zephyr/bluetooth/
Dconn.h1013 uint8_t low_threshold; member
Dhci_types.h699 uint8_t low_threshold; member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3197 cp->low_threshold = params->low_threshold; in bt_conn_le_set_path_loss_mon_param()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3136 .low_threshold = shell_strtoul(argv[3], 10, &err), in cmd_set_path_loss_reporting_parameters()