Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp80 mCslLastSync = TimeMicro(static_cast<uint32_t>(aFrame->mInfo.mRxInfo.mTimestamp)); in UpdateCslLastSyncTimestamp()
274 ToUlong(static_cast<uint32_t>(aFrame->mInfo.mRxInfo.mTimestamp))); in LogReceived()
282 deviation = aFrame->mInfo.mRxInfo.mTimestamp + kRadioHeaderPhrDuration - sampleTime; in LogReceived()
Dmac_frame.hpp979 const uint64_t &GetTimestamp(void) const { return mInfo.mRxInfo.mTimestamp; } in GetTimestamp()
/openthread-latest/include/openthread/platform/
Dradio.h382 uint64_t mTimestamp; member
394 uint64_t mTimestamp; member
/openthread-latest/src/core/radio/
Dtrel_link.cpp232 mRxFrame.mInfo.mRxInfo.mTimestamp = 0; in BeginTransmit()
372 mRxFrame.mInfo.mRxInfo.mTimestamp = 0; in ProcessReceivedPacket()
/openthread-latest/tests/nexus/platform/
Dnexus_core.cpp150 rxFrame.mInfo.mRxInfo.mTimestamp = (mNow.GetValue() * 1000u); in ProcessRadio()
/openthread-latest/src/core/common/
Dmessage.hpp228 TimeMilli mTimestamp; // The message timestamp. member
1147 TimeMilli GetTimestamp(void) const { return GetMetadata().mTimestamp; } in GetTimestamp()
1154 void SetTimestamp(TimeMilli aTimestamp) { GetMetadata().mTimestamp = aTimestamp; } in SetTimestamp()
/openthread-latest/src/lib/spinel/
Dlogger.cpp463 &frame.mInfo.mRxInfo.mTimestamp, &receiveError); in LogSpinelFrame()
474 … static_cast<unsigned long>(frame.mInfo.mRxInfo.mTimestamp), receiveError); in LogSpinelFrame()
Dradio_spinel.cpp688 &aFrame.mInfo.mRxInfo.mTimestamp, &receiveError); in ParseRadioFrame()
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp411 aFrame->mInfo.mTxInfo.mTimestamp = aRadioTime; in otMacFrameProcessTxSfd()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp109 …SuccessOrExit(mEncoder.WriteUint64(aFrame ? aFrame->mInfo.mRxInfo.mTimestamp : 0)); // The timesta… in PackRadioFrame()
Dncp_base_mtd.cpp4611 …mEncoder.WriteUint64(aIsTx ? aFrame->mInfo.mTxInfo.mTimestamp : aFrame->mInfo.mRxInfo.mTimestamp))… in HandlePcapFrame()
/openthread-latest/examples/platforms/simulation/
Dradio.c587 sReceiveFrame.mInfo.mRxInfo.mTimestamp = otPlatTimeGet(); in radioReceive()
/openthread-latest/tests/unit/
Dtest_mdns.cpp587 uint32_t mTimestamp; member
598 , mTimestamp(sNow) in DnsMessage()