Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c400 nrf_pwm_sequence_t const * p_sequence_0, in nrfx_pwm_complex_playback() argument
409 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_0->values.p_raw)); in nrfx_pwm_complex_playback()
412 nrfy_pwm_sequence_set(p_instance->p_reg, 0, p_sequence_0); in nrfx_pwm_complex_playback()
433 p_sequence_0->length); in nrfx_pwm_complex_playback()
438 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_0->values.p_raw, in nrfx_pwm_complex_playback()
439 p_sequence_0->length * sizeof(uint16_t)); in nrfx_pwm_complex_playback()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h313 nrf_pwm_sequence_t const * p_sequence_0,