Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_pwm.c287 uint16_t playback_count, in nrfx_pwm_simple_playback() argument
292 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() argument
338 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()
/external/platform/nrfx/drivers/include/
A Dnrfx_pwm.h261 uint16_t playback_count,
290 uint16_t playback_count,

Completed in 5 milliseconds