Home
last modified time | relevance | path

Searched refs:COMPARATOR_TRIGGER_RISING_EDGE (Results 1 – 6 of 6) 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_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/drivers/comparator/shell/src/
Dtest.c219 zassert_equal(comp_fake_comp_set_trigger_fake.arg1_val, COMPARATOR_TRIGGER_RISING_EDGE); in ZTEST()