Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dtrel.h177 const otTrelCounters *otTrelGetCounters(otInstance *aInstance);
/openthread-3.6.0/src/core/api/
Dtrel_api.cpp78 const otTrelCounters *otTrelGetCounters(otInstance *aInstance) in otTrelGetCounters() function
/openthread-3.6.0/src/cli/
Dcli.cpp7620 OutputTrelCounters(*otTrelGetCounters(GetInstancePtr())); in Process()