Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/
Dmain.c141 static nrf_pwm_sequence_t seq[] = variable
168 nrfx_pwm_sequence_update(inst, 1, &seq[2]); in pwm_handler()
173 nrfx_pwm_sequence_update(inst, 1, &seq[1]); in pwm_handler()
212 nrfx_pwm_complex_playback(&pwm_instance, &seq[0], &seq[1], PLAYBACK_COUNT, NRFX_PWM_FLAG_LOOP); in main()
DREADME.md42 - SEQ1 changed to sequence number 2 from the seq array
44 - SEQ1 changed to sequence number 1 from the seq array
46 - SEQ1 changed to sequence number 2 from the seq array
48 - SEQ1 changed to sequence number 1 from the seq array
50 - SEQ1 changed to sequence number 2 from the seq array
52 - SEQ1 changed to sequence number 1 from the seq array
/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/
Dmain.c127 nrf_pwm_sequence_t seq = in main() local
135 nrfx_pwm_simple_playback(&pwm_instance, &seq, PLAYBACK_COUNT, NRFX_PWM_FLAG_LOOP); in main()