Lines Matching full:sequence

67 …e generation on all channels at the end of the current PWM period, and stops the sequence playback.
68 …PWM_TASK_SEQSTART0 = offsetof(NRF_PWM_Type, TASKS_SEQSTART[0]), ///< Starts playback of sequence 0.
69 …PWM_TASK_SEQSTART1 = offsetof(NRF_PWM_Type, TASKS_SEQSTART[1]), ///< Starts playback of sequence 1.
70 …RF_PWM_Type, TASKS_NEXTSTEP) ///< Steps by one value in the current sequence if the decoder is…
81 …RTED0 = offsetof(NRF_PWM_Type, EVENTS_SEQSTARTED[0]), ///< First PWM period started on sequence 0.
82 …RTED1 = offsetof(NRF_PWM_Type, EVENTS_SEQSTARTED[1]), ///< First PWM period started on sequence 1.
83 …f(NRF_PWM_Type, EVENTS_SEQEND[0]), ///< Emitted at the end of every sequence 0 when its last v…
84 …f(NRF_PWM_Type, EVENTS_SEQEND[1]), ///< Emitted at the end of every sequence 1 when its last v…
143 * The selected mode determines how the sequence data is read from RAM and
157 * The selected mode determines when the next value from the active sequence
168 * @brief Type used for defining duty cycle values for a sequence
174 * @brief Structure for defining duty cycle values for a sequence
183 * @brief Structure for defining duty cycle values for a sequence
195 * @brief Structure for defining duty cycle values for a sequence
218 * @brief Structure for defining a sequence of PWM duty cycles.
220 * When the sequence is set (by a call to @ref nrf_pwm_sequence_set), the
223 * during the sequence playback. Therefore, you must ensure that the values
224 * do not change before and during the sequence playback (for example,
226 * If the sequence is played in a loop and the values should be updated
228 * event signaling the end of sequence occurs (@ref NRF_PWM_EVENT_SEQEND0
233 * respectively) are ignored at the end of a complex sequence
250 … time (in PWM periods) that the last duty cycle is to be kept after the sequence is played. Ignore…
465 * @brief Function for defining a sequence of PWM duty cycles.
468 * @param[in] seq_id Identifier of the sequence (0 or 1).
469 * @param[in] p_seq Pointer to the sequence definition.
477 * in the specified sequence.
480 * @param[in] seq_id Identifier of the sequence (0 or 1).
489 * in the specified sequence.
492 * @param[in] seq_id Identifier of the sequence (0 or 1).
501 * on each duty cycle value in the specified sequence.
504 * @param[in] seq_id Identifier of the sequence (0 or 1).
512 * @brief Function for modifying the additional time added after the sequence
516 * @param[in] seq_id Identifier of the sequence (0 or 1).
517 * @param[in] end_delay Number of PWM periods added at the end of the sequence.
524 * @brief Function for setting the mode of loading sequence data from RAM
525 * and advancing the sequence.
528 * @param[in] dec_load Mode of loading sequence data from RAM.
529 * @param[in] dec_step Mode of advancing the active sequence.
536 * @brief Function for setting the number of times the sequence playback
539 * This function applies to two-sequence playback (concatenated sequence 0 and 1).
540 * A single sequence can be played back only once.
543 * @param[in] loop_count Number of times to perform the sequence playback.