Home
last modified time | relevance | path

Searched refs:NRFX_PWM_FLAG_LOOP (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/
Dmain.c135 nrfx_pwm_simple_playback(&pwm_instance, &seq, PLAYBACK_COUNT, NRFX_PWM_FLAG_LOOP); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/
Dmain.c212 nrfx_pwm_complex_playback(&pwm_instance, &seq[0], &seq[1], PLAYBACK_COUNT, NRFX_PWM_FLAG_LOOP); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h152 NRFX_PWM_FLAG_LOOP = 0x02, /**< When the requested playback is finished, enumerator
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c379 else if (flags & NRFX_PWM_FLAG_LOOP) in nrfx_pwm_simple_playback()
421 else if (flags & NRFX_PWM_FLAG_LOOP) in nrfx_pwm_complex_playback()