Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_timer.c151 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_START); in nrfx_timer_enable()
159 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_SHUTDOWN); in nrfx_timer_disable()
173 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_START); in nrfx_timer_resume()
180 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_STOP); in nrfx_timer_pause()
187 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_CLEAR); in nrfx_timer_clear()
195 nrf_timer_task_trigger(p_instance->p_reg, NRF_TIMER_TASK_COUNT); in nrfx_timer_increment()
204 nrf_timer_task_trigger(p_instance->p_reg, in nrfx_timer_capture()
/external/platform/nrfx/hal/
A Dnrf_timer.h262 NRF_STATIC_INLINE void nrf_timer_task_trigger(NRF_TIMER_Type * p_reg,
559 NRF_STATIC_INLINE void nrf_timer_task_trigger(NRF_TIMER_Type * p_reg, in nrf_timer_task_trigger() function

Completed in 5 milliseconds