Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_timer.c135 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_START); in nrfx_timer_enable()
143 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_SHUTDOWN); in nrfx_timer_disable()
157 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_START); in nrfx_timer_resume()
164 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_STOP); in nrfx_timer_pause()
171 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_CLEAR); in nrfx_timer_clear()
179 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_COUNT); in nrfx_timer_increment()
188 nrf_timer_task_trigger(p_instance->p_reg, in nrfx_timer_capture()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_timer.h240 __STATIC_INLINE void nrf_timer_task_trigger(NRF_TIMER_Type * p_reg,
510 __STATIC_INLINE void nrf_timer_task_trigger(NRF_TIMER_Type * p_reg, in nrf_timer_task_trigger() function