Lines Matching full:values
142 of duty cycle values, this might result in
242 * @note The array containing the duty cycle values for the specified sequence
269 * @note The array containing the duty cycle values for the specified sequence
348 * @brief Function for updating the pointer to the duty cycle values
353 * @param[in] values New pointer to the duty cycle values.
357 nrf_pwm_values_t values);
360 * @brief Function for updating the number of duty cycle values
365 * @param[in] length New number of the duty cycle values.
372 * @brief Function for updating the number of repeats for duty cycle values
435 nrf_pwm_values_t values) in nrfx_pwm_sequence_values_update() argument
437 nrf_pwm_seq_ptr_set(p_instance->p_registers, seq_id, values.p_raw); in nrfx_pwm_sequence_values_update()