Searched refs:tx_buff_size (Results 1 – 4 of 4) sorted by relevance
359 this_uart->tx_buff_size = tx_size; in MSS_UART_irq_tx()387 if ((TX_COMPLETE == this_uart->tx_buff_size) && in MSS_UART_tx_complete()763 this_uart->tx_buff_size = 0u; in MSS_UART_set_tx_handler()1475 this_uart->tx_buff_size = TX_COMPLETE; in global_init()1717 ASSERT(0u < this_uart->tx_buff_size); in default_tx_handler()1720 (0u < this_uart->tx_buff_size)) in default_tx_handler()1734 uint32_t tx_remain = this_uart->tx_buff_size - this_uart->tx_idx; in default_tx_handler()1752 if (this_uart->tx_idx == this_uart->tx_buff_size) in default_tx_handler()1754 this_uart->tx_buff_size = TX_COMPLETE; in default_tx_handler()
783 uint32_t tx_buff_size; /*!< Transmit buffer size. */ member
1135 uint32_t tx_buff_size,
719 uint32_t tx_buff_size, in MSS_SPI_set_slave_block_buffers() argument762 this_spi->slave_tx_size = tx_buff_size; in MSS_SPI_set_slave_block_buffers()816 if (tx_buff_size > 0u) in MSS_SPI_set_slave_block_buffers()