Searched refs:ReceiveStatus (Results 1 – 2 of 2) sorted by relevance
416 UartStatePtr->ReceiveStatus = LINFLEXD_UART_IP_STATUS_SUCCESS; in Linflexd_Uart_Ip_Init()672 if ((LINFLEXD_UART_IP_STATUS_ABORTED == UartState->ReceiveStatus) && (UartState->RxSize > 0U)) in Linflexd_Uart_Ip_CompleteReceiveUsingInterrupts()683 UartState->ReceiveStatus = LINFLEXD_UART_IP_STATUS_TIMEOUT; in Linflexd_Uart_Ip_CompleteReceiveUsingInterrupts()691 if (LINFLEXD_UART_IP_STATUS_RX_IDLE_STATE != UartState->ReceiveStatus) in Linflexd_Uart_Ip_CompleteReceiveUsingInterrupts()702 if (LINFLEXD_UART_IP_STATUS_BUSY == UartState->ReceiveStatus) in Linflexd_Uart_Ip_CompleteReceiveUsingInterrupts()704 UartState->ReceiveStatus = LINFLEXD_UART_IP_STATUS_SUCCESS; in Linflexd_Uart_Ip_CompleteReceiveUsingInterrupts()862 UartState->ReceiveStatus = LINFLEXD_UART_IP_STATUS_BUSY; in Linflexd_Uart_Ip_SyncReceive()872 if (LINFLEXD_UART_IP_STATUS_BUSY == UartState->ReceiveStatus) in Linflexd_Uart_Ip_SyncReceive()874 UartState->ReceiveStatus = LINFLEXD_UART_IP_STATUS_SUCCESS; in Linflexd_Uart_Ip_SyncReceive()880 Status = UartState->ReceiveStatus; in Linflexd_Uart_Ip_SyncReceive()[all …]
170 …volatile Linflexd_Uart_Ip_StatusType ReceiveStatus; /**< @brief Status of last driver receive o… member