Searched refs:playback_count (Results 1 – 2 of 2) sorted by relevance
287 uint16_t playback_count, in nrfx_pwm_simple_playback() argument292 NRFX_ASSERT(playback_count > 0); in nrfx_pwm_simple_playback()299 bool odd = (playback_count & 1); in nrfx_pwm_simple_playback()301 (playback_count / 2) + (odd ? 1 : 0)); in nrfx_pwm_simple_playback()333 uint16_t playback_count, in nrfx_pwm_complex_playback() argument338 NRFX_ASSERT(playback_count > 0); in nrfx_pwm_complex_playback()344 nrf_pwm_loop_set(p_instance->p_registers, playback_count); in nrfx_pwm_complex_playback()
261 uint16_t playback_count,290 uint16_t playback_count,
Completed in 5 milliseconds