Searched refs:TimeExpired (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/ |
D | Netc_Eth_Ip.c | 1099 boolean TimeExpired; in Netc_Eth_Ip_SendCommand() local 1158 TimeExpired = Netc_Eth_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); in Netc_Eth_Ip_SendCommand() 1159 …} while ((rrBit != 0x1U) && (FALSE == TimeExpired)); /* wait the hardware consume the comma… in Netc_Eth_Ip_SendCommand() 1188 boolean TimeExpired; in Netc_Eth_Ip_SendNTMP1Command_ShortFormat() local 1248 TimeExpired = Netc_Eth_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); in Netc_Eth_Ip_SendNTMP1Command_ShortFormat() 1249 …} while ((consumerIdx == PreviousConsumerIdx) && (FALSE == TimeExpired)); /* wait the hardw… in Netc_Eth_Ip_SendNTMP1Command_ShortFormat() 1252 if (TRUE == TimeExpired) in Netc_Eth_Ip_SendNTMP1Command_ShortFormat() 1389 boolean TimeExpired; in Netc_Eth_Ip_SendNTMP1Command_LongFormat() local 1443 TimeExpired = Netc_Eth_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); in Netc_Eth_Ip_SendNTMP1Command_LongFormat() 1444 …} while ((consumerIdx == PreviousConsumerIdx) && (FALSE == TimeExpired)); /* wait the hardw… in Netc_Eth_Ip_SendNTMP1Command_LongFormat() [all …]
|
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/src/ |
D | Netc_EthSwt_Ip.c | 3624 boolean TimeExpired; local 3644 TimeExpired = Netc_EthSwt_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); 3645 } while ((GateControlListState != 0x0U) && (FALSE == TimeExpired)); 4737 boolean TimeExpired; local 4802 TimeExpired = Netc_EthSwt_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); 4803 …} while ((rrBit != 0x1U) && (FALSE == TimeExpired)); /* wait the hardware consume the comma… 4807 if (FALSE == TimeExpired)
|