Home
last modified time | relevance | path

Searched refs:nrf_pwm_task_trigger (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_pwm.c262 nrf_pwm_task_trigger(p_instance->p_registers, starting_task); in start_playback()
372 nrf_pwm_task_trigger(p_instance->p_registers, NRF_PWM_TASK_STOP); in nrfx_pwm_stop()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_pwm.h266 __STATIC_INLINE void nrf_pwm_task_trigger(NRF_PWM_Type * p_reg,
551 __STATIC_INLINE void nrf_pwm_task_trigger(NRF_PWM_Type * p_reg, in nrf_pwm_task_trigger() function
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_pwm.h423 nrf_pwm_task_trigger(p_instance->p_registers, NRF_PWM_TASK_NEXTSTEP); in nrfx_pwm_step()