Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dcomparator.h29 COMPARATOR_TRIGGER_NONE = 0, enumerator
/Zephyr-latest/tests/drivers/comparator/gpio_loopback/src/
Dtest.c34 zassert_ok(comparator_set_trigger(test_dev, COMPARATOR_TRIGGER_NONE)); in test_before()
/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_lpcomp.c364 case COMPARATOR_TRIGGER_NONE: in shim_nrf_lpcomp_set_trigger()
Dcomparator_nrf_comp.c618 case COMPARATOR_TRIGGER_NONE: in shim_nrf_comp_set_trigger()
Dcomparator_mcux_acmp.c308 case COMPARATOR_TRIGGER_NONE: in mcux_acmp_set_trigger()
/Zephyr-latest/tests/drivers/comparator/shell/src/
Dtest.c213 zassert_equal(comp_fake_comp_set_trigger_fake.arg1_val, COMPARATOR_TRIGGER_NONE); in ZTEST()