Lines Matching full:be
16 * contributors may be used to endorse or promote products derived from this
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
84 * @brief This value can be provided instead of a pin number for any channel
86 * to be connected to a pin.
91 * @brief This value can be added to a pin number to inverse its polarity
136 the peripheral should be stopped.
146 it should be started from the beginning.
159 final value will be played only once). */
160 NRFX_PWM_FLAG_SIGNAL_END_SEQ0 = 0x04, /**< The event handler should be
163 NRFX_PWM_FLAG_SIGNAL_END_SEQ1 = 0x08, /**< The event handler should be
167 (enabled by default) should be
169 NRFX_PWM_FLAG_START_VIA_TASK = 0x80, /**< The playback should not be
174 to be triggered to start the
185 NRFX_PWM_EVT_END_SEQ0, /**< End of sequence 0 reached. Its data can be
187 NRFX_PWM_EVT_END_SEQ1, /**< End of sequence 1 reached. Its data can be
228 * sequences must be used (single sequence can be played back only once by
231 * sequence notifications are required, events for both sequences should be
233 * and the @ref NRFX_PWM_FLAG_SIGNAL_END_SEQ1 flag should be specified and
235 * event should be handled in the same way).
238 * to be only prepared by this function, and you want to start it later by
240 * the address of the task to be triggered.
243 * must be in RAM and cannot be allocated on stack.
247 * @param[in] p_sequence Sequence to be played back.
248 * @param[in] playback_count Number of playbacks to be performed (must not be 0).
253 * @return Address of the task to be triggered to start the playback if the @ref
265 * to be only prepared by this function, and you want to start it later by
267 * the address of the task to be triggered.
270 * must be in RAM and cannot be allocated on stack.
274 * @param[in] p_sequence_0 First sequence to be played back.
275 * @param[in] p_sequence_1 Second sequence to be played back.
276 * @param[in] playback_count Number of playbacks to be performed (must not be 0).
281 * @return Address of the task to be triggered to start the playback if the @ref
307 * @note This function can be instructed to wait until the playback is stopped
310 * time. Alternatively, the @ref nrfx_pwm_is_stopped function can be
312 * be used to get the notification when the playback is stopped, provided
397 * be used in PPI module.
408 * be used in PPI module.