Searched refs:ackTimeUs (Results 1 – 1 of 1) sorted by relevance
169 uint32_t ackTimeUs; in RecordRxDone() local175 ackTimeUs = (Mac::Frame::kImmAckLength + Mac::Frame::kPhyHeaderSize) * Radio::kPhyUsPerByte; in RecordRxDone()176 mTimeStats.mTxTime += ackTimeUs; in RecordRxDone()179 mTimeStats.mRxTime = UintSafeMinus(mTimeStats.mRxTime, ackTimeUs); in RecordRxDone()