Home
last modified time | relevance | path

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

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