Home
last modified time | relevance | path

Searched refs:tids_threshold_set (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/drivers/sensor/wsen_tids/
Dwsen_tids_trigger.c139 int tids_threshold_set(const struct device *dev, const struct sensor_value *thresh_value, in tids_threshold_set() function
215 status = tids_threshold_set(dev, &upper_limit, true); in tids_init_interrupt()
220 status = tids_threshold_set(dev, &lower_limit, false); in tids_init_interrupt()
Dwsen_tids.h69 int tids_threshold_set(const struct device *dev, const struct sensor_value *thresh_value,
Dwsen_tids.c107 return tids_threshold_set(dev, val, false); in tids_attr_set()
110 return tids_threshold_set(dev, val, true); in tids_attr_set()