Searched refs:low_threshold (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/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-latest/drivers/sensor/nordic/temp/ |
D | temp_nrfs.c | 29 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/ |
D | max31865.c | 69 (config->low_threshold >> 7) & 0x00ff, (config->low_threshold << 1) & 0x00ff}; in set_threshold_values() 324 .low_threshold = DT_INST_PROP(inst, low_threshold), \
|
D | max31865.h | 93 uint16_t low_threshold; member
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 1013 uint8_t low_threshold; member
|
D | hci_types.h | 699 uint8_t low_threshold; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 3197 cp->low_threshold = params->low_threshold; in bt_conn_le_set_path_loss_mon_param()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 3136 .low_threshold = shell_strtoul(argv[3], 10, &err), in cmd_set_path_loss_reporting_parameters()
|