Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_comp.c151 nrfy_comp_task_trigger(NRF_COMP, NRF_COMP_TASK_STOP); in nrfx_comp_init()
194 nrfy_comp_task_trigger(NRF_COMP, NRF_COMP_TASK_STOP); in nrfx_comp_uninit()
215 nrfy_comp_task_trigger(NRF_COMP, NRF_COMP_TASK_STOP); in nrfx_comp_pin_select()
236 nrfy_comp_task_trigger(NRF_COMP, NRF_COMP_TASK_START); in nrfx_comp_start()
246 nrfy_comp_task_trigger(NRF_COMP, NRF_COMP_TASK_STOP); in nrfx_comp_stop()
/hal_nordic-latest/nrfx/haly/
Dnrfy_comp.h328 NRFY_STATIC_INLINE void nrfy_comp_task_trigger(NRF_COMP_Type * p_reg, nrf_comp_task_t task) in nrfy_comp_task_trigger() function