Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.cpp157 mTimeStats.mSleepTime = UintSafeMinus(mTimeStats.mSleepTime, txTimeUs); in RecordTxDone()
161 mTimeStats.mSleepTime = UintSafeMinus(mTimeStats.mSleepTime, rxAckTimeUs); in RecordTxDone()
207 mTimeStats.mSleepTime += timeElapsed; in UpdateTime()
/openthread-latest/include/openthread/
Dradio_stats.h62 … uint64_t mSleepTime; ///< The total time that radio is in sleep state, in unit of microseconds. member
/openthread-latest/src/cli/
Dcli.cpp5573 … radioStats->mSleepTime + radioStats->mTxTime + radioStats->mRxTime + radioStats->mDisabledTime; in Process()
5585 OutputRadioStatsTime("Sleep", radioStats->mSleepTime, totalTimeUs); in Process()