Searched refs:txTimeUs (Results 1 – 1 of 1) sorted by relevance
145 …uint32_t txTimeUs = (aPsduLength + Mac::Frame::kPhyHeaderSize) * Radio::kSymbolsPerOctet * Radio::… in RecordTxDone() local149 mTimeStats.mTxTime += txTimeUs; in RecordTxDone()153 mTimeStats.mRxTime = UintSafeMinus(mTimeStats.mRxTime, txTimeUs); in RecordTxDone()157 mTimeStats.mSleepTime = UintSafeMinus(mTimeStats.mSleepTime, txTimeUs); in RecordTxDone()