Home
last modified time | relevance | path

Searched refs:high_threshold (Results 1 – 7 of 7) 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/include/zephyr/bluetooth/
Dconn.h1009 uint8_t high_threshold; member
Dhci_types.h697 uint8_t high_threshold; member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3195 cp->high_threshold = params->high_threshold; in bt_conn_le_set_path_loss_mon_param()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3134 .high_threshold = shell_strtoul(argv[1], 10, &err), in cmd_set_path_loss_reporting_parameters()