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
57 * @brief This value specified in the DCX line configuration causes this line
181 * @param[in] p_reg Pointer to the peripheral registers structure.
182 * @param[in] spim_task Task to activate.
190 * @param[in] p_reg Pointer to the peripheral registers structure.
191 * @param[in] spim_task Requested task.
201 * @param[in] p_reg Pointer to the peripheral registers structure.
202 * @param[in] spim_event Event to clear.
210 * @param[in] p_reg Pointer to the peripheral registers structure.
211 * @param[in] spim_event Event to check.
222 * @param[in] p_reg Pointer to the peripheral registers structure.
223 * @param[in] spim_event Requested event.
232 * @param[in] p_reg Pointer to the peripheral registers structure.
233 * @param[in] spim_shorts_mask Shortcuts to enable.
241 * @param[in] p_reg Pointer to the peripheral registers structure.
242 * @param[in] spim_shorts_mask Shortcuts to disable.
250 * @param[in] p_reg Pointer to the peripheral registers structure.
257 * @param[in] p_reg Pointer to the peripheral registers structure.
258 * @param[in] spim_int_mask Interrupts to enable.
266 * @param[in] p_reg Pointer to the peripheral registers structure.
267 * @param[in] spim_int_mask Interrupts to disable.
275 * @param[in] p_reg Pointer to the peripheral registers structure.
276 * @param[in] spim_int Interrupt to check.
289 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
290 * @param[in] task Task for which to set the configuration.
291 * @param[in] channel Channel through which to subscribe events.
301 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
302 * @param[in] task Task for which to clear the configuration.
311 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
312 * @param[in] event Event for which to set the configuration.
313 * @param[in] channel Channel through which to publish the event.
323 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
324 * @param[in] event Event for which to clear the configuration.
333 * @param[in] p_reg Pointer to the peripheral registers structure.
340 * @param[in] p_reg Pointer to the peripheral registers structure.
350 * @param[in] p_reg Pointer to the peripheral registers structure.
351 * @param[in] sck_pin SCK pin number.
352 * @param[in] mosi_pin MOSI pin number.
353 * @param[in] miso_pin MISO pin number.
367 * @param[in] p_reg Pointer to the peripheral registers structure.
368 * @param[in] pin CSN pin number.
369 * @param[in] polarity CSN pin polarity.
370 * @param[in] duration Minimum duration between the edge of CSN and the edge of SCK
372 * The value is specified in number of 64 MHz clock cycles (15.625 ns).
387 * @param[in] p_reg Pointer to the peripheral registers structure.
388 * @param[in] dcx_pin DCX pin number.
401 * @param[in] p_reg Pointer to the peripheral registers structure.
402 * @param[in] count Number of command bytes preceding the data bytes.
413 * specified in 64 MHz clock cycles (15.625 ns) from the sampling edge of SCK.
458 * @param[in] p_reg Pointer to the peripheral registers structure.
459 * @param[in] frequency SPI frequency.
467 * @param[in] p_reg Pointer to the peripheral registers structure.
468 * @param[in] p_buffer Pointer to the buffer with data to send.
469 * @param[in] length Maximum number of data bytes to transmit.
478 * @param[in] p_reg Pointer to the peripheral registers structure.
479 * @param[in] p_buffer Pointer to the buffer for received data.
480 * @param[in] length Maximum number of data bytes to receive.
489 * @param[in] p_reg Pointer to the peripheral registers structure.
490 * @param[in] spi_mode SPI mode.
491 * @param[in] spi_bit_order SPI bit order.
500 * @param[in] p_reg Pointer to the peripheral registers structure.
501 * @param[in] orc Over-read character that is clocked out in case of
510 * @param[in] p_reg Pointer to the peripheral registers structure.
517 * @param[in] p_reg Pointer to the peripheral registers structure.
524 * @param[in] p_reg Pointer to the peripheral registers structure.
531 * @param[in] p_reg Pointer to the peripheral registers structure.