Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_lpcomp.c158 nrfy_lpcomp_task_trigger(NRF_LPCOMP, NRF_LPCOMP_TASK_STOP); in nrfx_lpcomp_init()
244 nrfy_lpcomp_task_trigger(NRF_LPCOMP, NRF_LPCOMP_TASK_START); in nrfx_lpcomp_start()
252 nrfy_lpcomp_task_trigger(NRF_LPCOMP, NRF_LPCOMP_TASK_STOP); in nrfx_lpcomp_stop()
/hal_nordic-latest/nrfx/haly/
Dnrfy_lpcomp.h309 NRFY_STATIC_INLINE void nrfy_lpcomp_task_trigger(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_task_t task) in nrfy_lpcomp_task_trigger() function