Searched refs:comparator_set_trigger_callback (Results 1 – 4 of 4) sorted by relevance
35 zassert_ok(comparator_set_trigger_callback(test_dev, NULL, NULL)); in test_before()109 zassert_ok(comparator_set_trigger_callback(test_dev, test_callback, &test_sem)); in ZTEST()
107 static inline int comparator_set_trigger_callback(const struct device *dev, in comparator_set_trigger_callback() function
47 * Set trigger callback using :c:func:`comparator_set_trigger_callback`49 * Clear trigger callback using :c:func:`comparator_set_trigger_callback`
171 ret = comparator_set_trigger_callback(dev, trigger_cb, NULL); in cmd_await_trigger()186 ret = comparator_set_trigger_callback(dev, NULL, NULL); in cmd_await_trigger()