Searched refs:secondsHi (Results 1 – 7 of 7) sorted by relevance
388 Info->Timestamp.secondsHi = CurrTimeSecHi; in Gmac_Ip_ReadTimeStampInfo()392 Info->Timestamp.secondsHi = (uint16)(CurrTimeSecHi - 1U); in Gmac_Ip_ReadTimeStampInfo()399 Info->Timestamp.secondsHi = 0U; in Gmac_Ip_ReadTimeStampInfo()876 Timestamp->secondsHi = CurrTimeSecHi; in Gmac_Ip_GetTimestamp()880 Timestamp->secondsHi = (uint16)(CurrTimeSecHi - 1U); in Gmac_Ip_GetTimestamp()887 Timestamp->secondsHi = 0U; in Gmac_Ip_GetTimestamp()3084 Base->MAC_SYSTEM_TIME_HIGHER_WORD_SECONDS = SysTimeConfig->InitialTimestamp->secondsHi; in Gmac_Ip_InitSysTime()3210 Timestamp->secondsHi = (uint16)(Base->MAC_SYSTEM_TIME_HIGHER_WORD_SECONDS); in Gmac_Ip_GetSysTime()
405 uint16 secondsHi; /**< @brief 16 bit MSB of the 48 bits Seconds part of the time */ member
611 … uint16 secondsHi; /*!< The 16 most significant bits of the 48 bit seconds part of the time. */ member
1990 … uint16 secondsHi; /*!< The 16 most significant bits of the 48 bit seconds part of the time. */ member
2981 uint16 secondsHi; /**< Upper 16-bit of seconds */ member
4567 …info->timestamp.secondsHi = (uint16) ((NETC_ETH_IP_NANO_TO_SECONDS(nanoSeconds) >> 32U) & 0xFFFFU);7437 …info->PacketTimestamp.secondsHi = (uint16) ((NETC_ETH_IP_NANO_TO_SECONDS(nanoseconds) >> 32U) & …
8514 ptpTime->secondsHi = (uint16) (seconds64 >> 32U);