Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_pwm.c332 nrf_pwm_sequence_t const * p_sequence_1, in nrfx_pwm_complex_playback() argument
340 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_1->values.p_raw)); in nrfx_pwm_complex_playback()
343 nrf_pwm_sequence_set(p_instance->p_registers, 1, p_sequence_1); in nrfx_pwm_complex_playback()
366 p_sequence_1->length); in nrfx_pwm_complex_playback()
371 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_1->values.p_raw, in nrfx_pwm_complex_playback()
372 p_sequence_1->length * sizeof(uint16_t)); in nrfx_pwm_complex_playback()
/external/platform/nrfx/drivers/include/
A Dnrfx_pwm.h289 nrf_pwm_sequence_t const * p_sequence_1,

Completed in 4 milliseconds