Searched refs:RxSize (Results 1 – 3 of 3) sorted by relevance
218 … const uint32 RxSize);227 const uint32 RxSize);524 const uint32 RxSize) in Linflexd_Uart_Ip_SetRxBuffer() argument528 LINFLEXD_UART_IP_DEV_ASSERT(RxSize > 0U); in Linflexd_Uart_Ip_SetRxBuffer()537 UartState->RxSize = RxSize; in Linflexd_Uart_Ip_SetRxBuffer()679 if ((LINFLEXD_UART_IP_STATUS_ABORTED == UartState->ReceiveStatus) && (UartState->RxSize > 0U)) in Linflexd_Uart_Ip_CompleteReceiveUsingInterrupts()830 --UartState->RxSize; in Linflexd_Uart_Ip_GetData()835 if (1U == UartState->RxSize) in Linflexd_Uart_Ip_GetData()839 --UartState->RxSize; in Linflexd_Uart_Ip_GetData()847 UartState->RxSize -= 2U; in Linflexd_Uart_Ip_GetData()[all …]
185 const uint32 RxSize);247 const uint32 RxSize,266 const uint32 RxSize);
163 …volatile uint32 RxSize; /**< @brief The remaining number of bytes to … member