Home
last modified time | relevance | path

Searched refs:p_raw (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_pwm.c354 NRFX_ASSERT(nrfx_is_in_ram(p_sequence->values.p_raw)); in nrfx_pwm_simple_playback()
384 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)p_sequence->values.p_raw, in nrfx_pwm_simple_playback()
399 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_0->values.p_raw)); in nrfx_pwm_complex_playback()
400 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_1->values.p_raw)); in nrfx_pwm_complex_playback()
428 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_0->values.p_raw, in nrfx_pwm_complex_playback()
431 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_1->values.p_raw, in nrfx_pwm_complex_playback()
/hal_nordic-3.6.0/nrfx/hal/
Dnrf_pwm.h248 … uint16_t const * p_raw; ///< Pointer providing raw access to the values. member
765 nrf_pwm_seq_ptr_set( p_reg, seq_id, p_seq->values.p_raw); in nrf_pwm_sequence_set()
/hal_nordic-3.6.0/nrfx/haly/
Dnrfy_pwm.h396 NRFY_CACHE_WB(p_seq->values.p_raw, p_seq->length); in nrfy_pwm_sequence_set()