Home
last modified time | relevance | path

Searched refs:TxSize (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c215 const uint32 TxSize);
224 const uint32 TxSize);
496 const uint32 TxSize) in Linflexd_Uart_Ip_SetTxBuffer() argument
500 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 …]
/hal_nxp-3.5.0/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip.h169 const uint32 TxSize);
227 const uint32 TxSize,
285 const uint32 TxSize);
DLinflexd_Uart_Ip_Types.h162 …volatile uint32 TxSize; /**< @brief The remaining number of bytes to … member