Searched refs:low_threshold (Results 1 – 11 of 11) 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/drivers/sensor/wsen/wsen_tids_2521020222501/ |
| D | wsen_tids_2521020222501.h | 70 const int32_t low_threshold; member
|
| D | wsen_tids_2521020222501_trigger.c | 278 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()
|
| D | wsen_tids_2521020222501.c | 307 .low_threshold = DT_INST_PROP(inst, temp_low_threshold)
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | conn.h | 1014 uint8_t low_threshold; member
|
| D | hci_types.h | 713 uint8_t low_threshold; member
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | conn.c | 3262 cp->low_threshold = params->low_threshold; in bt_conn_le_set_path_loss_mon_param()
|
| /Zephyr-latest/subsys/bluetooth/host/shell/ |
| D | bt.c | 3131 .low_threshold = shell_strtoul(argv[3], 10, &err), in cmd_set_path_loss_reporting_parameters()
|