Searched refs:nrfy_comp_task_trigger (Results 1 – 2 of 2) sorted by relevance
151 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()
328 NRFY_STATIC_INLINE void nrfy_comp_task_trigger(NRF_COMP_Type * p_reg, nrf_comp_task_t task) in nrfy_comp_task_trigger() function