Searched refs:IsRxBusy (Results 1 – 2 of 2) sorted by relevance
274 if ((TRUE == UartState->IsTxBusy) || (TRUE == UartState->IsRxBusy)) in Linflexd_Uart_Ip_SetBaudrate()456 while ((UartState->IsTxBusy || UartState->IsRxBusy) && \ in Linflexd_Uart_Ip_Deinit()711 UartState->IsRxBusy = FALSE; in Linflexd_Uart_Ip_CompleteReceiveUsingInterrupts()884 if (UartState->IsRxBusy) in Linflexd_Uart_Ip_SyncReceive()892 UartState->IsRxBusy = TRUE; in Linflexd_Uart_Ip_SyncReceive()919 UartState->IsRxBusy = FALSE; in Linflexd_Uart_Ip_SyncReceive()948 if (!UartState->IsRxBusy) in Linflexd_Uart_Ip_AbortReceivingData()1056 if ((UartState->IsRxBusy) && (UartUserCfg->Callback != NULL_PTR)) in Linflexd_Uart_Ip_StartReceiveUsingInterrupts()1065 UartState->IsRxBusy = TRUE; in Linflexd_Uart_Ip_StartReceiveUsingInterrupts()1120 if (UartState->IsRxBusy) in Linflexd_Uart_Ip_GetReceiveStatus()[all …]
168 …volatile boolean IsRxBusy; /**< @brief True if there is an active rece… member