Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_pwm.h555 uint16_t const * p_values);
823 uint16_t const * p_values) in nrf_pwm_seq_ptr_set() argument
826 NRFX_ASSERT(p_values != NULL); in nrf_pwm_seq_ptr_set()
828 p_reg->DMA.SEQ[seq_id].PTR = (uint32_t)p_values; in nrf_pwm_seq_ptr_set()
830 p_reg->SEQ[seq_id].PTR = (uint32_t)p_values; in nrf_pwm_seq_ptr_set()