Searched refs:TxSize (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.6.0/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); 502 void Linflexd_Uart_Ip_SetTxBuffer(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSize) in Linflexd_Uart_Ip_SetTxBuffer() argument 506 LINFLEXD_UART_IP_DEV_ASSERT(TxSize > 0U); in Linflexd_Uart_Ip_SetTxBuffer() 515 UartState->TxSize = TxSize; in Linflexd_Uart_Ip_SetTxBuffer() 568 --UartState->TxSize; in Linflexd_Uart_Ip_PutData() 575 if (1U == UartState->TxSize) in Linflexd_Uart_Ip_PutData() 579 --UartState->TxSize; in Linflexd_Uart_Ip_PutData() 588 UartState->TxSize -= 2U; in Linflexd_Uart_Ip_PutData() 619 if ((LINFLEXD_UART_IP_STATUS_ABORTED == UartState->TransmitStatus) && (UartState->TxSize > 0U)) in Linflexd_Uart_Ip_CompleteSendUsingInterrupts() [all …]
|
/hal_nxp-3.6.0/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
|