Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dtrel.h164 const otTrelCounters *otTrelGetCounters(otInstance *aInstance);
/openthread-latest/src/core/api/
Dtrel_api.cpp76 const otTrelCounters *otTrelGetCounters(otInstance *aInstance) in otTrelGetCounters() function
/openthread-latest/src/cli/
Dcli.cpp7225 OutputTrelCounters(*otTrelGetCounters(GetInstancePtr())); in Process()