Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/
Dmain.c122 nrfx_pwm_t pwm_instance = NRFX_PWM_INSTANCE(PWM_INST_IDX); in main() local
124 status = nrfx_pwm_init(&pwm_instance, &config, pwm_handler, &pwm_instance); in main()
135 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.c206 nrfx_pwm_t pwm_instance = NRFX_PWM_INSTANCE(PWM_INST_IDX); in main() local
209 status = nrfx_pwm_init(&pwm_instance, &config, pwm_handler, &pwm_instance); in main()
212 nrfx_pwm_complex_playback(&pwm_instance, &seq[0], &seq[1], PLAYBACK_COUNT, NRFX_PWM_FLAG_LOOP); in main()