Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c388 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()
/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/include/
DEth_GeneralTypes.h405 uint16 secondsHi; /**< @brief 16 bit MSB of the 48 bits Seconds part of the time */ member
/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/include/
DGmac_Ip_Types.h611 … uint16 secondsHi; /*!< The 16 most significant bits of the 48 bit seconds part of the time. */ member
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h1990 … uint16 secondsHi; /*!< The 16 most significant bits of the 48 bit seconds part of the time. */ member
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip_Types.h2981 uint16 secondsHi; /**< Upper 16-bit of seconds */ member
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c4567 …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) & …
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c8514 ptpTime->secondsHi = (uint16) (seconds64 >> 32U);