Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dchannel_monitor.h122 uint32_t otChannelMonitorGetSampleWindow(otInstance *aInstance);
/openthread-3.6.0/src/core/api/
Dchannel_monitor_api.cpp71 uint32_t otChannelMonitorGetSampleWindow(otInstance *aInstance) in otChannelMonitorGetSampleWindow() function
/openthread-3.6.0/src/cli/
Dcli.cpp1268 … OutputLine("window: %lu", ToUlong(otChannelMonitorGetSampleWindow(GetInstancePtr()))); in Process()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp2426 return mEncoder.WriteUint32(otChannelMonitorGetSampleWindow(mInstance)); in HandlePropertyGet()