Searched refs:TxSize (Results 1 – 3 of 3) sorted by relevance
215 const uint32 TxSize);224 const uint32 TxSize);496 const uint32 TxSize) in Linflexd_Uart_Ip_SetTxBuffer() argument500 LINFLEXD_UART_IP_DEV_ASSERT(TxSize > 0U); in Linflexd_Uart_Ip_SetTxBuffer()509 UartState->TxSize = TxSize; in Linflexd_Uart_Ip_SetTxBuffer()564 --UartState->TxSize; in Linflexd_Uart_Ip_PutData()571 if (1U == UartState->TxSize) in Linflexd_Uart_Ip_PutData()575 --UartState->TxSize; in Linflexd_Uart_Ip_PutData()584 UartState->TxSize -= 2U; in Linflexd_Uart_Ip_PutData()615 if ((LINFLEXD_UART_IP_STATUS_ABORTED == UartState->TransmitStatus) && (UartState->TxSize > 0U)) in Linflexd_Uart_Ip_CompleteSendUsingInterrupts()[all …]
169 const uint32 TxSize);227 const uint32 TxSize,285 const uint32 TxSize);
162 …volatile uint32 TxSize; /**< @brief The remaining number of bytes to … member