Contains the statistics of radio.

Public Attributes#

uint64_t

The total time that radio is in disabled state, in unit of microseconds.

uint64_t

The total time that radio is in sleep state, in unit of microseconds.

uint64_t
uint64_t

The total time that radio is doing transmission, in unit of microseconds.

Public Attribute Documentation#

mDisabledTime#

uint64_t otRadioTimeStats::mDisabledTime

The total time that radio is in disabled state, in unit of microseconds.


mSleepTime#

uint64_t otRadioTimeStats::mSleepTime

The total time that radio is in sleep state, in unit of microseconds.


mTxTime#

uint64_t otRadioTimeStats::mTxTime

mRxTime#

uint64_t otRadioTimeStats::mRxTime

The total time that radio is doing transmission, in unit of microseconds.