Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c8509 uint64 seconds64; local
8512 seconds64 = clk / 1000000000UL;
8513 ptpTime->seconds = (uint32) seconds64;
8514 ptpTime->secondsHi = (uint16) (seconds64 >> 32U);
8517 ptpTime->nanoseconds = (uint32) (clk - (uint64) (seconds64 * 1000000000UL));