Home
last modified time | relevance | path

Searched refs:high_threshold (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dipso_filling_sensor.c46 static double high_threshold[MAX_INSTANCE_COUNT]; variable
107 full = actual_fill_percentage[index] > high_threshold[index]; in update()
167 high_threshold[index] = 0; in filling_sensor_create()
195 &high_threshold[index], sizeof(*high_threshold), NULL, in filling_sensor_create()
/Zephyr-latest/drivers/sensor/maxim/max31865/
Dmax31865.c68 (config->high_threshold >> 7) & 0x00ff, (config->high_threshold << 1) & 0x00ff, in set_threshold_values()
325 .high_threshold = DT_INST_PROP(inst, high_threshold), \
Dmax31865.h94 uint16_t high_threshold; member
/Zephyr-latest/drivers/sensor/wsen/wsen_tids_2521020222501/
Dwsen_tids_2521020222501.h67 const int32_t high_threshold; member
Dwsen_tids_2521020222501_trigger.c275 upper_limit.val1 = cfg->high_threshold / 1000; in tids_2521020222501_init_interrupt()
276 upper_limit.val2 = ((int32_t)cfg->high_threshold % 1000) * (1000000 / 1000); in tids_2521020222501_init_interrupt()
Dwsen_tids_2521020222501.c306 .high_threshold = DT_INST_PROP(inst, temp_high_threshold), \
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1010 uint8_t high_threshold; member
Dhci_types.h711 uint8_t high_threshold; member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3260 cp->high_threshold = params->high_threshold; in bt_conn_le_set_path_loss_mon_param()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3129 .high_threshold = shell_strtoul(argv[1], 10, &err), in cmd_set_path_loss_reporting_parameters()