Home
last modified time | relevance | path

Searched refs:IsRxBusy (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c274 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 …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip_Types.h168 …volatile boolean IsRxBusy; /**< @brief True if there is an active rece… member