Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c2744 boolean TimeExpired; in Netc_EthSwt_Ip_ConfigPortTimeGateScheduling() local
2756 TimeExpired = Netc_EthSwt_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); in Netc_EthSwt_Ip_ConfigPortTimeGateScheduling()
2757 } while ((GateControlListState != 0x0U) && (FALSE == TimeExpired)); in Netc_EthSwt_Ip_ConfigPortTimeGateScheduling()
3674 boolean TimeExpired; in Netc_EthSwt_Ip_SendCommand() local
3733 TimeExpired = Netc_EthSwt_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); in Netc_EthSwt_Ip_SendCommand()
3734 …} while ((rrBit != 0x1U) && (FALSE == TimeExpired)); /* wait the hardware consume the comma… in Netc_EthSwt_Ip_SendCommand()