Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dtrel.h155 typedef otPlatTrelCounters otTrelCounters; typedef
164 const otTrelCounters *otTrelGetCounters(otInstance *aInstance);
/openthread-latest/src/core/api/
Dtrel_api.cpp76 const otTrelCounters *otTrelGetCounters(otInstance *aInstance) in otTrelGetCounters()
/openthread-latest/src/core/radio/
Dtrel_interface.hpp68 typedef otTrelCounters Counters;
/openthread-latest/src/cli/
Dcli.hpp272 void OutputTrelCounters(const otTrelCounters &aCounters);
Dcli.cpp7268 void Interpreter::OutputTrelCounters(const otTrelCounters &aCounters) in OutputTrelCounters()