Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c1304 boolean TimeExpired; in Netc_Eth_Ip_ConfigPortTimeGateScheduling_GateControlState() local
1310 TimeExpired = Netc_Eth_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); in Netc_Eth_Ip_ConfigPortTimeGateScheduling_GateControlState()
1311 } while ((GateControlListState != 0x0U) && (FALSE == TimeExpired)); in Netc_Eth_Ip_ConfigPortTimeGateScheduling_GateControlState()
1959 boolean TimeExpired; in Netc_Eth_Ip_SendCommand() local
2018 TimeExpired = Netc_Eth_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); in Netc_Eth_Ip_SendCommand()
2019 …} while ((rrBit != 0x1U) && (FALSE == TimeExpired)); /* wait the hardware consume the comma… in Netc_Eth_Ip_SendCommand()
2048 boolean TimeExpired; in Netc_Eth_Ip_SendNTMP1Command_ShortFormat() local
2108 TimeExpired = Netc_Eth_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); in Netc_Eth_Ip_SendNTMP1Command_ShortFormat()
2109 …} while ((consumerIdx == PreviousConsumerIdx) && (FALSE == TimeExpired)); /* wait the hardw… in Netc_Eth_Ip_SendNTMP1Command_ShortFormat()
2112 if (TRUE == TimeExpired) in Netc_Eth_Ip_SendNTMP1Command_ShortFormat()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c4215 boolean TimeExpired; local
4235 TimeExpired = Netc_EthSwt_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks);
4239 } while ((GateControlListState != 0x0U) && (FALSE == TimeExpired));
5792 boolean TimeExpired; local
5857 TimeExpired = Netc_EthSwt_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks);
5861 …} while ((rrBit != 0x1U) && (FALSE == TimeExpired)); /* wait the hardware consume the comma…
5865 if (FALSE == TimeExpired)