Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp265 uint32_t sampleTime, ahead, after; in LogReceived() local
281 sampleTime = mCslSampleTime.GetValue() - mCslPeriod * kUsPerTenSymbols; in LogReceived()
282 deviation = aFrame->mInfo.mRxInfo.mTimestamp + kRadioHeaderPhrDuration - sampleTime; in LogReceived()
291 …logString.Append("Expected sample time %lu, margin ±%lu, deviation %ld", ToUlong(sampleTime), ToUl… in LogReceived()