Lines Matching full:to
130 /** de to re turnaround time in nanoseconds. */
133 /** re to de turnaround time in nanoseconds. */
204 uint32_t data_len; /**< Number of bytes to transfer. */
211 * @param[in] status UART module status.To be interpreted with
236 sedi_uart_io_vec_t *vec; /* Pointer to vector of transfers */
262 sedi_dma_t dma_dev; /**< Dma device to be used. */
263 int32_t channel; /**< Dma channel number to be used. */
286 * @param[in] uart Which UART module to configure.
302 * to guarantee that the UART interface is available.
304 * @param[in] uart Which UART to read the status of.
306 * The returned status is to be interpreted using the sedi_uart_status_t for
321 * @param[in] data Data to write to UART.
336 * @param[out] data Data to read from UART. This must not be NULL.
337 * @param[out] status UART specific status. The returned status to be
351 * been read to the buffer or an error has occurred.
354 * @param[OUT] data buffer where data is to be read.This must not be NULL.
355 * @param[in] req_len Requested length of data to be read.
373 * @param[in] data Data to write to UART.
402 * @param[in] data Data to write to UART. This must not be NULL.
403 * @param[in] len Length of data to write to UART.
457 * This will cause the relevant callbacks to be called.
470 * This will cause the relevant callbacks to be called.
515 * whether the interrupt is asserted due to data availability
521 * @return Boolean value indicating whether IRQ is asserted due to rx
523 * @retval false if IRQ is not due to rx data.
524 * true if IRQ is due to rx data..
532 * whether transmit path is ready to accept data for transmit operation.
550 * @param[in] data pointer to data to be written.
551 * @param[in] size length of data to be filled.
553 * @return length of data written to the transmit fifo.
566 * @param[out] data pointer where data is to be read.
567 * @param[in] size length of data to be read.
668 * @param[in] baud_rate to set.
669 * @param[in] clock speed supplied to UART IP ,in Hz.
681 * @param[out] cfg pointer to configuration structure populated by this
758 * @param[in] mask : bit mask specifying the line status errors to be reported.
783 * sedi_uart_get_unsol_data API to read the accumulated data. Caller must set
788 * @param[in] unsol_rx pointer to unsolicited receive structure of type
810 * receive callback to read the data accumulated.
813 * @param[in] buffer where data is to be transferred.
814 * @param[in] len length of data to be copied.
826 * @param[OUT] p_len pointer to int which would be populated by length.
834 * @brief UART assert RTS line to logical high
835 * Set RTS line to logical high when Auto Flow Control is disabled.
846 * @brief UART assert RTS line to logical low
847 * Set RTS line to logical low when Auto Flow Control is disabled.
859 * @param[out] p_rts pointer to uint32_t to hold current CTS value.
872 * @param[out] p_rts pointer to uint32_t to hold current RTS value.
883 * @param[out] p_mode pointer to uint32_t to hold current state of loopback
895 * @param[out] p_mask pointer to uint32_t to hold current line status mask
907 * @param[in] vec_xfer pointer to vector transfer of type
923 * @param[in] vec_xfer pointer to vector transfer of type
952 * This will cause the relevant callbacks to be called.
978 * This will cause the relevant callbacks to be called.
991 * @param[in] dma_dev Dma controller to use for transaction.
992 * @param[in] channel Dma channel to be used for transaction.
993 * @param[in] buff Pointer to uint8_t, from which data would be written.
994 * @param[in] length of data to be read,
1007 * @param[in] dma_dev Dma controller to use for transaction.
1008 * @param[in] channel Dma channel to be used for transaction.
1009 * @param[out] buff Pointer to uint8_t, where data would be read.
1010 * @param[in] length of data to be read,
1011 * @param[out] status Pointer to uint32_t to report line status.
1024 * @param[in] cfg Pointer to sedi_uart_rs485_config_t.
1035 * This APIs sets uart port to rx-only mode when rx_only parameter is true.
1044 * @param[in] rx_only when rx_only flag set to true rx-only mode is enabled and
1045 * disabled when set to false.
1055 * This APIs sets uart port to tx-only mode when tx_only parameter is true.
1064 * @param[in] tx_only when flag set to true tx-only mode is enabled and disabled
1065 * when set to false.
1097 * @param[out] cfg pointer to iseis_uart_rs485_config_t populated by the call.
1109 * @param[in] cfg pointer to configuration for 9-bit operation
1141 * @param[in] address address to send.
1152 * @param[out] cfg pointer to sedi_uart_9bit_config_t populated by this call.
1163 * Set UART instance to specified power state
1165 * @param[in] power state to be entered.