Searched refs:COMPARATOR_TRIGGER_RISING_EDGE (Results 1 – 9 of 9) sorted by relevance
66 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()
31 COMPARATOR_TRIGGER_RISING_EDGE, enumerator
135 case COMPARATOR_TRIGGER_RISING_EDGE: in acmp_set_trigger()
75 case COMPARATOR_TRIGGER_RISING_EDGE: in acmphs_renesas_set_trigger()
369 case COMPARATOR_TRIGGER_RISING_EDGE: in shim_nrf_lpcomp_set_trigger()
622 case COMPARATOR_TRIGGER_RISING_EDGE: in shim_nrf_comp_set_trigger()
312 case COMPARATOR_TRIGGER_RISING_EDGE: in mcux_acmp_set_trigger()
216 rc = comparator_set_trigger(test_dev, COMPARATOR_TRIGGER_RISING_EDGE); in ZTEST()
219 zassert_equal(comp_fake_comp_set_trigger_fake.arg1_val, COMPARATOR_TRIGGER_RISING_EDGE); in ZTEST()