Searched refs:p_tx_src (Results 1 – 4 of 4) sorted by relevance
420 p_ctrl->p_tx_src = NULL; in R_SCI_UART_Open()629 p_ctrl->p_tx_src = p_src; in R_SCI_UART_Write()635 p_ctrl->p_tx_src = p_src + p_ctrl->data_bytes; in R_SCI_UART_Write()654 (void const *) p_ctrl->p_tx_src, in R_SCI_UART_Write()770 p_ctrl->p_tx_src = NULL; in R_SCI_UART_BaudSet()1633 … (uint16_t) (*((uint16_t *) p_ctrl->p_tx_src) | (uint16_t) ~(SCI_UART_FIFO_DAT_MASK)); in sci_uart_txi_isr()1637 p_ctrl->p_reg->FTDRL = *p_ctrl->p_tx_src; in sci_uart_txi_isr()1641 p_ctrl->p_tx_src += p_ctrl->data_bytes; in sci_uart_txi_isr()1653 … p_ctrl->p_reg->TDRHL = *((uint16_t *) (p_ctrl->p_tx_src)) | (uint16_t) ~(SCI_UART_FIFO_DAT_MASK); in sci_uart_txi_isr()1658 p_ctrl->p_reg->TDR = *(p_ctrl->p_tx_src); in sci_uart_txi_isr()[all …]
385 p_ctrl->p_tx_src = NULL; in R_SCI_UartOpen()569 SCI_UART_ERROR_RETURN(NULL == p_ctrl->p_tx_src, SSP_ERR_IN_USE); in R_SCI_UartWrite()583 p_ctrl->p_tx_src = p_src; in R_SCI_UartWrite()668 p_ctrl->p_tx_src = NULL; in R_SCI_UartBaudSet()1531 data = (uint16_t) *((uint16_t *) p_ctrl->p_tx_src); in r_sci_uart_write_no_transfer()1535 data = (uint16_t) *(p_ctrl->p_tx_src); in r_sci_uart_write_no_transfer()1559 p_ctrl->p_tx_src += p_ctrl->data_bytes; in r_sci_uart_write_no_transfer()1735 p_ctrl->p_tx_src = NULL; in r_sci_uart_abort_tx()1823 p_ctrl->p_tx_src = NULL; in sci_uart_txi_isr()
82 uint8_t const * p_tx_src; member
78 uint8_t const * p_tx_src; member