Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h2047 Netc_Eth_Ip_TimestampType PacketTimestamp; /*!< The timestamp of the received packet. */ member
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c7435 … info->PacketTimestamp.nanoseconds = NETC_ETH_IP_GET_NANOSECONDS(nanoseconds);
7436 …info->PacketTimestamp.seconds = (uint32) (NETC_ETH_IP_NANO_TO_SECONDS(nanoseconds) & NETC_ETH_…
7437 …info->PacketTimestamp.secondsHi = (uint16) ((NETC_ETH_IP_NANO_TO_SECONDS(nanoseconds) >> 32U) & …