Home
last modified time | relevance | path

Searched refs:comparator_set_trigger_callback (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/drivers/comparator/gpio_loopback/src/
Dtest.c35 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()
/Zephyr-latest/include/zephyr/drivers/
Dcomparator.h107 static inline int comparator_set_trigger_callback(const struct device *dev, in comparator_set_trigger_callback() function
/Zephyr-latest/doc/hardware/peripherals/
Dcomparator.rst47 * Set trigger callback using :c:func:`comparator_set_trigger_callback`
49 * Clear trigger callback using :c:func:`comparator_set_trigger_callback`
/Zephyr-latest/drivers/comparator/
Dcomparator_shell.c171 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()