Home
last modified time | relevance | path

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

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