Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c6804 Netc_Eth_Ip_TimeType LatestTxTimestamp = { 0U, 0U}; local
6814 LatestTxTimestamp.nanosecondsL = TempTxResponse->Timestamp;
6815 LatestTxTimestamp.nanosecondsH = CurrHighTime;
6816 if(CurrLowTime < LatestTxTimestamp.nanosecondsL)
6818 LatestTxTimestamp.nanosecondsH--;
6821 …ff[ctrlIndex][TxTimestampInfoBuffIdx].TimestampValue.nanosecondsL = LatestTxTimestamp.nanosecondsL;
6822 …f[ctrlIndex][TxTimestampInfoBuffIdx].TimestampValue.nanosecondsH = LatestTxTimestamp.nanosecondsH;