Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c357 uint16_t playback_count, in nrfx_pwm_simple_playback() argument
363 NRFX_ASSERT(playback_count > 0); in nrfx_pwm_simple_playback()
370 bool odd = (playback_count & 1); in nrfx_pwm_simple_playback()
372 (uint16_t)((playback_count / 2UL) + (odd ? 1UL : 0UL))); in nrfx_pwm_simple_playback()
402 uint16_t playback_count, in nrfx_pwm_complex_playback() argument
408 NRFX_ASSERT(playback_count > 0); in nrfx_pwm_complex_playback()
414 nrfy_pwm_loop_set(p_instance->p_reg, playback_count); in nrfx_pwm_complex_playback()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h286 uint16_t playback_count,
315 uint16_t playback_count,