Home
last modified time | relevance | path

Searched refs:COMPARATOR_TRIGGER_RISING_EDGE (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/drivers/comparator/gpio_loopback/src/
Dtest.c66 zassert_ok(comparator_set_trigger(test_dev, COMPARATOR_TRIGGER_RISING_EDGE)); in ZTEST()
112 zassert_ok(comparator_set_trigger(test_dev, COMPARATOR_TRIGGER_RISING_EDGE)); in ZTEST()
/Zephyr-latest/include/zephyr/drivers/
Dcomparator.h31 COMPARATOR_TRIGGER_RISING_EDGE, enumerator
/Zephyr-latest/drivers/comparator/
Dcomparator_silabs_acmp.c135 case COMPARATOR_TRIGGER_RISING_EDGE: in acmp_set_trigger()
Dcomparator_renesas_ra.c75 case COMPARATOR_TRIGGER_RISING_EDGE: in acmphs_renesas_set_trigger()
Dcomparator_nrf_lpcomp.c369 case COMPARATOR_TRIGGER_RISING_EDGE: in shim_nrf_lpcomp_set_trigger()
Dcomparator_nrf_comp.c622 case COMPARATOR_TRIGGER_RISING_EDGE: in shim_nrf_comp_set_trigger()
Dcomparator_mcux_acmp.c312 case COMPARATOR_TRIGGER_RISING_EDGE: in mcux_acmp_set_trigger()
/Zephyr-latest/tests/boards/nrf/comp/src/
Dtest.c216 rc = comparator_set_trigger(test_dev, COMPARATOR_TRIGGER_RISING_EDGE); in ZTEST()
/Zephyr-latest/tests/drivers/comparator/shell/src/
Dtest.c219 zassert_equal(comp_fake_comp_set_trigger_fake.arg1_val, COMPARATOR_TRIGGER_RISING_EDGE); in ZTEST()