Lines Matching full:in

5  * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
142 of duty cycle values, this might result in
150 shortcut configured in the PWM peripheral.
201 * @param[in] p_instance Pointer to the driver instance structure.
202 * @param[in] p_config Pointer to the structure with initial configuration.
204 * @param[in] handler Event handler provided by the user. If NULL is passed
218 * If any sequence playback is in progress, it is stopped immediately.
220 * @param[in] p_instance Pointer to the driver instance structure.
227 * To take advantage of the looping mechanism in the PWM peripheral, both
235 * event should be handled in the same way).
243 * must be in RAM and cannot be allocated on stack.
246 * @param[in] p_instance Pointer to the driver instance structure.
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).
249 * @param[in] flags Additional options. Pass any combination of
270 * must be in RAM and cannot be allocated on stack.
273 * @param[in] p_instance Pointer to the driver instance structure.
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).
277 * @param[in] flags Additional options. Pass any combination of
295 * @param[in] p_instance Pointer to the driver instance structure.
315 * @param[in] p_instance Pointer to the driver instance structure.
316 * @param[in] wait_until_stopped If true, the function will not return until
328 * @param[in] p_instance Pointer to the driver instance structure.
338 * @param[in] p_instance Pointer to the driver instance structure.
339 * @param[in] seq_id Identifier of the sequence (0 or 1).
340 * @param[in] p_sequence Pointer to the new sequence definition.
349 * in the specified sequence during playback.
351 * @param[in] p_instance Pointer to the driver instance structure.
352 * @param[in] seq_id Identifier of the sequence (0 or 1).
353 * @param[in] values New pointer to the duty cycle values.
361 * in the specified sequence during playback.
363 * @param[in] p_instance Pointer to the driver instance structure.
364 * @param[in] seq_id Identifier of the sequence (0 or 1).
365 * @param[in] length New number of the duty cycle values.
373 * in specified sequence during playback.
375 * @param[in] p_instance Pointer to the driver instance structure.
376 * @param[in] seq_id Identifier of the sequence (0 or 1).
377 * @param[in] repeats New number of repeats.
387 * @param[in] p_instance Pointer to the driver instance structure.
388 * @param[in] seq_id Identifier of the sequence (0 or 1).
389 * @param[in] end_delay New end delay value (in PWM periods).
397 * be used in PPI module.
399 * @param[in] p_instance Pointer to the driver instance structure.
400 * @param[in] task Requested task.
408 * be used in PPI module.
410 * @param[in] p_instance Pointer to the driver instance structure.
411 * @param[in] event Requested event.