Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c302 Gmac_Ip_TimestampType * Timestamp);
388 Info->Timestamp.secondsHi = CurrTimeSecHi; in Gmac_Ip_ReadTimeStampInfo()
392 Info->Timestamp.secondsHi = (uint16)(CurrTimeSecHi - 1U); in Gmac_Ip_ReadTimeStampInfo()
394 Info->Timestamp.seconds = BdSec; in Gmac_Ip_ReadTimeStampInfo()
395 Info->Timestamp.nanoseconds = (uint32)(Bd->Des0); in Gmac_Ip_ReadTimeStampInfo()
399 Info->Timestamp.secondsHi = 0U; in Gmac_Ip_ReadTimeStampInfo()
400 Info->Timestamp.seconds = 0U; in Gmac_Ip_ReadTimeStampInfo()
401 Info->Timestamp.nanoseconds = 0U; in Gmac_Ip_ReadTimeStampInfo()
862 Gmac_Ip_TimestampType * Timestamp) in Gmac_Ip_GetTimestamp() argument
876 Timestamp->secondsHi = CurrTimeSecHi; in Gmac_Ip_GetTimestamp()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32k3/Eth_GMAC/include/
DGmac_Ip_Types.h645 Gmac_Ip_TimestampType Timestamp; /*!< The timestamp of the transmitted packet. */ member
711 Gmac_Ip_TimestampType Timestamp; /*!< The timestamp of the received packet. */ member
DGmac_Ip.h841 void Gmac_Ip_GetSysTime(uint8 Instance, Gmac_Ip_TimestampType * Timestamp);
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h879 const uint32 Timestamp; /*!< Address where the data for transmit operation is stored. */ member
891 …const uint32 Timestamp; /*!< Timestamp; synchronized timestamp or a free running timestam… member
1494 …uint32 Timestamp; /*!< Timestamp value used to update packet header field on tra… member
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c2396 … if( (uint32) (((const Netc_Eth_Ip_TxBDRWritebackType *)txBDR)->Timestamp) > currentTimeLow)
2401 …64)currentTimeHigh) << 32U) | (uint64)((const Netc_Eth_Ip_TxBDRWritebackType *)txBDR)->Timestamp );
2404 …(uint32) (NETC_ETH_IP_GET_NANOSECONDS(((const Netc_Eth_Ip_TxBDRWritebackType *)txBDR)->Timestamp));
3538 txBD->timestamp = options->Timestamp;
3695 txBD->timestamp = options->Timestamp;
4185 LatestTxTimestamp.nanosecondsL = TempTxResponse->Timestamp;