Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli.cpp2348 const otMacCounters *macCounters = otLinkGetCounters(GetInstancePtr()); in Process() local
2350 OutputLine("TxTotal: %lu", ToUlong(macCounters->mTxTotal)); in Process()
2354 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process()
2357 OutputLine("RxTotal: %lu", ToUlong(macCounters->mRxTotal)); in Process()
2361 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process()