Searched refs:TxSize (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32ze/Uart/src/ |
| D | Linflexd_Uart_Ip.c | 213 …_Uart_Ip_StartSendUsingInterrupts(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSize); 218 …inflexd_Uart_Ip_StartSendUsingDma(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSize); 490 void Linflexd_Uart_Ip_SetTxBuffer(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSize) in Linflexd_Uart_Ip_SetTxBuffer() argument 494 LINFLEXD_UART_IP_DEV_ASSERT(TxSize > 0U); in Linflexd_Uart_Ip_SetTxBuffer() 503 UartState->TxSize = TxSize; in Linflexd_Uart_Ip_SetTxBuffer() 556 --UartState->TxSize; in Linflexd_Uart_Ip_PutData() 563 if (1U == UartState->TxSize) in Linflexd_Uart_Ip_PutData() 567 --UartState->TxSize; in Linflexd_Uart_Ip_PutData() 576 UartState->TxSize -= 2U; in Linflexd_Uart_Ip_PutData() 607 if ((LINFLEXD_UART_IP_STATUS_ABORTED == UartState->TransmitStatus) && (UartState->TxSize > 0U)) in Linflexd_Uart_Ip_CompleteSendUsingInterrupts() [all …]
|
| /hal_nxp-latest/s32/drivers/s32ze/Uart/include/ |
| D | Linflexd_Uart_Ip.h | 172 void Linflexd_Uart_Ip_SetTxBuffer(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSize); 226 …Uart_Ip_SyncSend(const uint8 Instance, const uint8 *TxBuff, const uint32 TxSize, const uint32 Time… 276 …usType Linflexd_Uart_Ip_AsyncSend(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSize);
|
| D | Linflexd_Uart_Ip_Types.h | 165 …volatile uint32 TxSize; /**< @brief The remaining number of bytes to … member
|