Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c4043 Netc_Eth_Ip_TimeType LatestTxTimestamp = { 0U, 0U}; local
4185 LatestTxTimestamp.nanosecondsL = TempTxResponse->Timestamp;
4186 LatestTxTimestamp.nanosecondsH = CurrHighTime;
4187 if(CurrLowTime < LatestTxTimestamp.nanosecondsL)
4189 LatestTxTimestamp.nanosecondsH--;
4192 …ff[ctrlIndex][TxTimestampInfoBuffIdx].TimestampValue.nanosecondsL = LatestTxTimestamp.nanosecondsL;
4193 …f[ctrlIndex][TxTimestampInfoBuffIdx].TimestampValue.nanosecondsH = LatestTxTimestamp.nanosecondsH;