Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/radio/
Dradio.cpp143 mTimeStats.mTxTime += txTimeUs; in RecordTxDone()
170 mTimeStats.mTxTime += ackTimeUs; in RecordRxDone()
192 mTimeStats.mTxTime = 0; in ResetTime()
/openthread-3.6.0/include/openthread/
Dradio_stats.h65 …uint64_t mTxTime; ///> The total time that radio is doing transmission, in unit of microseco… member
/openthread-3.6.0/src/cli/
Dcli.cpp5937 … radioStats->mSleepTime + radioStats->mTxTime + radioStats->mRxTime + radioStats->mDisabledTime; in Process()
5947 OutputRadioStatsTime("Tx", radioStats->mTxTime, totalTimeUs); in Process()