Lines Matching full:cycle
121 …RF_PWM_MODE_UP = PWM_MODE_UPDOWN_Up, ///< Up counter (edge-aligned PWM duty cycle).
122 …_UP_AND_DOWN = PWM_MODE_UPDOWN_UpAndDown, ///< Up and down counter (center-aligned PWM duty cycle).
168 * @brief Type used for defining duty cycle values for a sequence
174 * @brief Structure for defining duty cycle values for a sequence
178 uint16_t group_0; ///< Duty cycle value for group 0 (channels 0 and 1).
179 uint16_t group_1; ///< Duty cycle value for group 1 (channels 2 and 3).
183 * @brief Structure for defining duty cycle values for a sequence
188 uint16_t channel_0; ///< Duty cycle value for channel 0.
189 uint16_t channel_1; ///< Duty cycle value for channel 1.
190 uint16_t channel_2; ///< Duty cycle value for channel 2.
191 uint16_t channel_3; ///< Duty cycle value for channel 3.
195 * @brief Structure for defining duty cycle values for a sequence
199 uint16_t channel_0; ///< Duty cycle value for channel 0.
200 uint16_t channel_1; ///< Duty cycle value for channel 1.
201 uint16_t channel_2; ///< Duty cycle value for channel 2.
206 * @brief Union grouping pointers to arrays of duty cycle values applicable to
221 * provided duty cycle values are not copied. The @p values pointer is stored
239 …nrf_pwm_values_t values; ///< Pointer to an array with duty cycle values. This array must be in Da…
242 * cycle values in various loading modes
249 …uint32_t repeats; ///< Number of times that each duty cycle should be repeated (after being play…
250 …uint32_t end_delay; ///< Additional time (in PWM periods) that the last duty cycle is to be kept a…
255 * array of duty cycle values.
476 * @brief Function for modifying the pointer to the duty cycle values
481 * @param[in] p_values Pointer to an array with duty cycle values.
488 * @brief Function for modifying the total number of duty cycle values
493 * @param[in] length Number of duty cycle values.
501 * on each duty cycle value in the specified sequence.
505 * @param[in] refresh Number of additional PWM periods for each duty cycle value.