Searched refs:tids_threshold_set (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/drivers/sensor/wsen_tids/ |
D | wsen_tids_trigger.c | 139 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()
|
D | wsen_tids.h | 69 int tids_threshold_set(const struct device *dev, const struct sensor_value *thresh_value,
|
D | wsen_tids.c | 107 return tids_threshold_set(dev, val, false); in tids_attr_set() 110 return tids_threshold_set(dev, val, true); in tids_attr_set()
|