Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_monitor.h128 uint32_t otChannelMonitorGetSampleCount(otInstance *aInstance);
/openthread-latest/src/core/api/
Dchannel_monitor_api.cpp78 uint32_t otChannelMonitorGetSampleCount(otInstance *aInstance) in otChannelMonitorGetSampleCount() function
/openthread-latest/src/cli/
Dcli.cpp1403 OutputLine("count: %lu", ToUlong(otChannelMonitorGetSampleCount(GetInstancePtr()))); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2530 return mEncoder.WriteUint32(otChannelMonitorGetSampleCount(mInstance)); in HandlePropertyGet()