Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dchannel_monitor.h102 uint32_t otChannelMonitorGetSampleInterval(otInstance *aInstance);
/openthread-3.6.0/src/core/api/
Dchannel_monitor_api.cpp57 uint32_t otChannelMonitorGetSampleInterval(otInstance *aInstance) in otChannelMonitorGetSampleInterval() function
/openthread-3.6.0/src/cli/
Dcli.cpp1266 … OutputLine("interval: %lu", ToUlong(otChannelMonitorGetSampleInterval(GetInstancePtr()))); in Process()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp2416 return mEncoder.WriteUint32(otChannelMonitorGetSampleInterval(mInstance)); in HandlePropertyGet()