Home
last modified time | relevance | path

Searched refs:NRF_COMP_TASK_STOP (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()
246 nrfy_comp_task_trigger(NRF_COMP, NRF_COMP_TASK_STOP); in nrfx_comp_stop()
/hal_nordic-latest/nrfx/hal/
Dnrf_comp.h202 NRF_COMP_TASK_STOP = offsetof(NRF_COMP_Type, TASKS_STOP), /*!< COMP stop sampling task. */ enumerator