Searched refs:IsRxBusy (Results 1 – 2 of 2) sorted by relevance
280 if ((TRUE == UartState->IsTxBusy) || (TRUE == UartState->IsRxBusy)) in Linflexd_Uart_Ip_SetBaudrate()444 while ((UartState->IsTxBusy || UartState->IsRxBusy) && \ in Linflexd_Uart_Ip_Deinit()699 UartState->IsRxBusy = FALSE; in Linflexd_Uart_Ip_CompleteReceiveUsingInterrupts()850 if (UartState->IsRxBusy) in Linflexd_Uart_Ip_SyncReceive()858 UartState->IsRxBusy = TRUE; in Linflexd_Uart_Ip_SyncReceive()879 UartState->IsRxBusy = FALSE; in Linflexd_Uart_Ip_SyncReceive()908 if (!UartState->IsRxBusy) in Linflexd_Uart_Ip_AbortReceivingData()1016 if ((UartState->IsRxBusy) && (UartUserCfg->Callback != NULL_PTR)) in Linflexd_Uart_Ip_StartReceiveUsingInterrupts()1025 UartState->IsRxBusy = TRUE; in Linflexd_Uart_Ip_StartReceiveUsingInterrupts()1080 if (UartState->IsRxBusy) in Linflexd_Uart_Ip_GetReceiveStatus()[all …]
168 …volatile boolean IsRxBusy; /**< @brief True if there is an active rece… member