Home
last modified time | relevance | path

Searched refs:tx_buff_size (Results 1 – 4 of 4) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_mmuart/
Dmss_uart.c359 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()
Dmss_uart.h783 uint32_t tx_buff_size; /*!< Transmit buffer size. */ member
/hal_microchip-latest/mpfs/drivers/mss/mss_spi/
Dmss_spi.h1135 uint32_t tx_buff_size,
Dmss_spi.c719 uint32_t tx_buff_size, in MSS_SPI_set_slave_block_buffers() argument
762 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()