Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c6805 uint32 CurrHighTime = 0U; local
6807 CurrHighTime = netcSIsBase[0U]->SICTR1;
6815 LatestTxTimestamp.nanosecondsH = CurrHighTime;
7335 uint32 CurrHighTime = 0U; local
7399 CurrHighTime = netcSIsBase[0U]->SICTR1;
7429 CurrHighTime--;
7434 … nanoseconds = (uint64)(rxBDR->extendConfigRxBD[0U]) | (uint64)(((uint64)(CurrHighTime)) << 32U);
7452 …tc_Eth_Ip_RxTimestampInfoBuff[ctrlIndex][ring][rxIndex].TimestampValue.nanosecondsH = CurrHighTime;