Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/nrf/comp/src/
Dtest.c55 rc = comparator_set_trigger_callback(test_dev, test_callback, NULL); in ZTEST()
94 rc = comparator_set_trigger_callback(test_dev, test_callback, NULL); in ZTEST()
132 rc = comparator_set_trigger_callback(test_dev, test_callback, NULL); in ZTEST()
173 rc = comparator_set_trigger_callback(test_dev, test_callback, NULL); in ZTEST()
213 rc = comparator_set_trigger_callback(test_dev, test_callback, NULL); in ZTEST()
253 rc = comparator_set_trigger_callback(test_dev, test_callback, NULL); in ZTEST()
/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/samples/boards/renesas/comparator/src/
Dmain.c111 comparator_set_trigger_callback(comp_dev, comp_callback, NULL); in main()
/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()