Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.cpp145 …uint32_t txTimeUs = (aPsduLength + Mac::Frame::kPhyHeaderSize) * Radio::kSymbolsPerOctet * Radio::… in RecordTxDone() local
149 mTimeStats.mTxTime += txTimeUs; in RecordTxDone()
153 mTimeStats.mRxTime = UintSafeMinus(mTimeStats.mRxTime, txTimeUs); in RecordTxDone()
157 mTimeStats.mSleepTime = UintSafeMinus(mTimeStats.mSleepTime, txTimeUs); in RecordTxDone()