Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_comp.c212 static struct shim_nrf_comp_data shim_nrf_comp_data0; variable
231 if (shim_nrf_comp_data0.started) { in shim_nrf_comp_start()
235 nrfx_comp_start(shim_nrf_comp_data0.event_mask, 0); in shim_nrf_comp_start()
236 shim_nrf_comp_data0.started = true; in shim_nrf_comp_start()
241 if (!shim_nrf_comp_data0.started) { in shim_nrf_comp_stop()
246 shim_nrf_comp_data0.started = false; in shim_nrf_comp_stop()
619 shim_nrf_comp_data0.event_mask = 0; in shim_nrf_comp_set_trigger()
623 shim_nrf_comp_data0.event_mask = NRF_COMP_INT_UP_MASK; in shim_nrf_comp_set_trigger()
627 shim_nrf_comp_data0.event_mask = NRF_COMP_INT_DOWN_MASK; in shim_nrf_comp_set_trigger()
631 shim_nrf_comp_data0.event_mask = NRF_COMP_INT_CROSS_MASK; in shim_nrf_comp_set_trigger()
[all …]