Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c368 nrfy_pwm_sequence_set(p_instance->p_reg, 0, p_sequence); in nrfx_pwm_simple_playback()
369 nrfy_pwm_sequence_set(p_instance->p_reg, 1, p_sequence); in nrfx_pwm_simple_playback()
412 nrfy_pwm_sequence_set(p_instance->p_reg, 0, p_sequence_0); in nrfx_pwm_complex_playback()
413 nrfy_pwm_sequence_set(p_instance->p_reg, 1, p_sequence_1); in nrfx_pwm_complex_playback()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h407 nrfy_pwm_sequence_set(p_instance->p_reg, seq_id, p_sequence); in nrfx_pwm_sequence_update()
/hal_nordic-latest/nrfx/haly/
Dnrfy_pwm.h392 NRFY_STATIC_INLINE void nrfy_pwm_sequence_set(NRF_PWM_Type * p_reg, in nrfy_pwm_sequence_set() function