Searched refs:playback_count (Results 1 – 2 of 2) sorted by relevance
357 uint16_t playback_count, in nrfx_pwm_simple_playback() argument363 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() argument408 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()
286 uint16_t playback_count,315 uint16_t playback_count,